Interface IApplicationCredentialsOAuthClient
Represents a ApplicationCredentialsOAuthClient resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IApplicationCredentialsOAuthClient : IResource
Properties
AutoKeyRotation
Declaration
bool? AutoKeyRotation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ClientId
Declaration
string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
ClientSecret
Declaration
string ClientSecret { get; set; }
Property Value
Type |
Description |
System.String |
|
TokenEndpointAuthMethod
Declaration
OAuthEndpointAuthenticationMethod TokenEndpointAuthMethod { get; set; }
Property Value