API version:
Show / Hide Table of Contents

Interface IApplicationCredentialsOAuthClient

Represents a ApplicationCredentialsOAuthClient resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
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
Type Description
OAuthEndpointAuthenticationMethod
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.