public sealed class OAuthCredentials.Types.SecretBased : IMessage<OAuthCredentials.Types.SecretBased>, IEquatable<OAuthCredentials.Types.SecretBased>, IDeepCloneable<OAuthCredentials.Types.SecretBased>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class OAuthCredentials.Types.SecretBased.
The name of the secret containing the access token. Represents secret-based OAuth credentials.
Implements
IMessageOAuthCredentialsTypesSecretBased, IEquatableOAuthCredentialsTypesSecretBased, IDeepCloneableOAuthCredentialsTypesSecretBased, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
SecretBased()
public SecretBased()
SecretBased(SecretBased)
public SecretBased(OAuthCredentials.Types.SecretBased other)
Parameter | |
---|---|
Name | Description |
other |
OAuthCredentialsTypesSecretBased |
Properties
ClientId
public string ClientId { get; set; }
Required. An OAuth client ID.
Property Value | |
---|---|
Type | Description |
string |
ClientSecret
public string ClientSecret { get; set; }
Required. An OAuth client secret.
Property Value | |
---|---|
Type | Description |
string |