Class OpenIdConnectApplicationSettingsClient
Represents a resource in the Okta API.
Inheritance
System.Object
OpenIdConnectApplicationSettingsClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Okta.Sdk.dll
Syntax
public sealed class OpenIdConnectApplicationSettingsClient : Resource, IOpenIdConnectApplicationSettingsClient, IResource
Properties
ApplicationType
Declaration
public OpenIdConnectApplicationType ApplicationType { get; set; }
Property Value
ClientUri
Declaration
public string ClientUri { get; set; }
Property Value
Type |
Description |
System.String |
|
ConsentMethod
Declaration
public OpenIdConnectApplicationConsentMethod ConsentMethod { get; set; }
Property Value
GrantTypes
Declaration
public IList<OAuthGrantType> GrantTypes { get; set; }
Property Value
IdpInitiatedLogin
Declaration
public IOpenIdConnectApplicationIdpInitiatedLogin IdpInitiatedLogin { get; set; }
Property Value
InitiateLoginUri
Declaration
public string InitiateLoginUri { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerMode
Declaration
public OpenIdConnectApplicationIssuerMode IssuerMode { get; set; }
Property Value
Jwks
Declaration
public IOpenIdConnectApplicationSettingsClientKeys Jwks { get; set; }
Property Value
LogoUri
Declaration
public string LogoUri { get; set; }
Property Value
Type |
Description |
System.String |
|
PolicyUri
Declaration
public string PolicyUri { get; set; }
Property Value
Type |
Description |
System.String |
|
PostLogoutRedirectUris
Declaration
public IList<string> PostLogoutRedirectUris { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
RedirectUris
Declaration
public IList<string> RedirectUris { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
RefreshToken
Declaration
public IOpenIdConnectApplicationSettingsRefreshToken RefreshToken { get; set; }
Property Value
ResponseTypes
Declaration
public IList<OAuthResponseType> ResponseTypes { get; set; }
Property Value
TermsOfServiceUri
Declaration
public string TermsOfServiceUri { get; set; }
Property Value
Type |
Description |
System.String |
|
WildcardRedirect
Declaration
public string WildcardRedirect { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements