API version:
Show / Hide Table of Contents

Class OpenIdConnectApplicationSettingsClient

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
OpenIdConnectApplicationSettingsClient
Implements
IOpenIdConnectApplicationSettingsClient
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class OpenIdConnectApplicationSettingsClient : Resource, IOpenIdConnectApplicationSettingsClient, IResource

Properties

ApplicationType

Declaration
public OpenIdConnectApplicationType ApplicationType { get; set; }
Property Value
Type Description
OpenIdConnectApplicationType

ClientUri

Declaration
public string ClientUri { get; set; }
Property Value
Type Description
System.String

ConsentMethod

Declaration
public OpenIdConnectApplicationConsentMethod ConsentMethod { get; set; }
Property Value
Type Description
OpenIdConnectApplicationConsentMethod

GrantTypes

Declaration
public IList<OAuthGrantType> GrantTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<OAuthGrantType>

IdpInitiatedLogin

Declaration
public IOpenIdConnectApplicationIdpInitiatedLogin IdpInitiatedLogin { get; set; }
Property Value
Type Description
IOpenIdConnectApplicationIdpInitiatedLogin

InitiateLoginUri

Declaration
public string InitiateLoginUri { get; set; }
Property Value
Type Description
System.String

IssuerMode

Declaration
public OpenIdConnectApplicationIssuerMode IssuerMode { get; set; }
Property Value
Type Description
OpenIdConnectApplicationIssuerMode

Jwks

Declaration
public IOpenIdConnectApplicationSettingsClientKeys Jwks { get; set; }
Property Value
Type Description
IOpenIdConnectApplicationSettingsClientKeys

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
Type Description
IOpenIdConnectApplicationSettingsRefreshToken

ResponseTypes

Declaration
public IList<OAuthResponseType> ResponseTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<OAuthResponseType>

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

IOpenIdConnectApplicationSettingsClient
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.