public sealed class OAuthClientCredentials : IMessage<OAuthClientCredentials>, IEquatable<OAuthClientCredentials>, IDeepCloneable<OAuthClientCredentials>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class OAuthClientCredentials.
OAuth 2.0 client credentials grant. See https://tools.ietf.org/html/rfc6749.
Implements
IMessageOAuthClientCredentials, IEquatableOAuthClientCredentials, IDeepCloneableOAuthClientCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
OAuthClientCredentials()
public OAuthClientCredentials()OAuthClientCredentials(OAuthClientCredentials)
public OAuthClientCredentials(OAuthClientCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
OAuthClientCredentials |
Properties
ClientId
public string ClientId { get; set; }Client ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ClientSecret
public string ClientSecret { get; set; }Client secret.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TokenEndpoint
public string TokenEndpoint { get; set; }Token endpoint.
| Property Value | |
|---|---|
| Type | Description |
string |
|