public sealed class MicrosoftOAuthClientCredentials : IMessage<MicrosoftOAuthClientCredentials>, IEquatable<MicrosoftOAuthClientCredentials>, IDeepCloneable<MicrosoftOAuthClientCredentials>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class MicrosoftOAuthClientCredentials.
Microsoft OAuth 2.0 client credentials grant.
Implements
IMessageMicrosoftOAuthClientCredentials, IEquatableMicrosoftOAuthClientCredentials, IDeepCloneableMicrosoftOAuthClientCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
MicrosoftOAuthClientCredentials()
public MicrosoftOAuthClientCredentials()MicrosoftOAuthClientCredentials(MicrosoftOAuthClientCredentials)
public MicrosoftOAuthClientCredentials(MicrosoftOAuthClientCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
MicrosoftOAuthClientCredentials |
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 |
|