Integration Connectors v1 API - Class AuthConfig.Types.Oauth2ClientCredentials (1.0.0)

public sealed class AuthConfig.Types.Oauth2ClientCredentials : IMessage<AuthConfig.Types.Oauth2ClientCredentials>, IEquatable<AuthConfig.Types.Oauth2ClientCredentials>, IDeepCloneable<AuthConfig.Types.Oauth2ClientCredentials>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.Oauth2ClientCredentials.

Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

Inheritance

object > AuthConfig.Types.Oauth2ClientCredentials

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Oauth2ClientCredentials()

public Oauth2ClientCredentials()

Oauth2ClientCredentials(Oauth2ClientCredentials)

public Oauth2ClientCredentials(AuthConfig.Types.Oauth2ClientCredentials other)
Parameter
NameDescription
otherAuthConfigTypesOauth2ClientCredentials

Properties

ClientId

public string ClientId { get; set; }

The client identifier.

Property Value
TypeDescription
string

ClientSecret

public Secret ClientSecret { get; set; }

Secret version reference containing the client secret.

Property Value
TypeDescription
Secret