Interface IOpenIdConnectApplicationSettingsClient
Represents a OpenIdConnectApplicationSettingsClient resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IOpenIdConnectApplicationSettingsClient : IResource
Properties
ApplicationType
Declaration
OpenIdConnectApplicationType ApplicationType { get; set; }
Property Value
ClientUri
Declaration
string ClientUri { get; set; }
Property Value
Type |
Description |
System.String |
|
ConsentMethod
Declaration
OpenIdConnectApplicationConsentMethod ConsentMethod { get; set; }
Property Value
GrantTypes
Declaration
IList<OAuthGrantType> GrantTypes { get; set; }
Property Value
IdpInitiatedLogin
Declaration
IOpenIdConnectApplicationIdpInitiatedLogin IdpInitiatedLogin { get; set; }
Property Value
InitiateLoginUri
Declaration
string InitiateLoginUri { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerMode
Declaration
OpenIdConnectApplicationIssuerMode IssuerMode { get; set; }
Property Value
Jwks
Declaration
IOpenIdConnectApplicationSettingsClientKeys Jwks { get; set; }
Property Value
LogoUri
Declaration
string LogoUri { get; set; }
Property Value
Type |
Description |
System.String |
|
PolicyUri
Declaration
string PolicyUri { get; set; }
Property Value
Type |
Description |
System.String |
|
PostLogoutRedirectUris
Declaration
IList<string> PostLogoutRedirectUris { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
RedirectUris
Declaration
IList<string> RedirectUris { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
RefreshToken
Declaration
IOpenIdConnectApplicationSettingsRefreshToken RefreshToken { get; set; }
Property Value
ResponseTypes
Declaration
IList<OAuthResponseType> ResponseTypes { get; set; }
Property Value
TermsOfServiceUri
Declaration
string TermsOfServiceUri { get; set; }
Property Value
Type |
Description |
System.String |
|
WildcardRedirect
Declaration
string WildcardRedirect { get; set; }
Property Value
Type |
Description |
System.String |
|