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.
Implements
IMessageAuthConfigTypesOauth2ClientCredentials, IEquatableAuthConfigTypesOauth2ClientCredentials, IDeepCloneableAuthConfigTypesOauth2ClientCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Oauth2ClientCredentials()
public Oauth2ClientCredentials()
Oauth2ClientCredentials(Oauth2ClientCredentials)
public Oauth2ClientCredentials(AuthConfig.Types.Oauth2ClientCredentials other)
Parameter | |
---|---|
Name | Description |
other | AuthConfigTypesOauth2ClientCredentials |
Properties
ClientId
public string ClientId { get; set; }
The client identifier.
Property Value | |
---|---|
Type | Description |
string |
ClientSecret
public Secret ClientSecret { get; set; }
Secret version reference containing the client secret.
Property Value | |
---|---|
Type | Description |
Secret |