Uses of Class
com.okta.sdk.resource.OAuthResponseType
-
Packages that use OAuthResponseType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OAuthResponseType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuthResponseType Modifier and Type Method Description static OAuthResponseType
OAuthResponseType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuthResponseType[]
OAuthResponseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource that return types with arguments of type OAuthResponseType Modifier and Type Method Description java.util.List<OAuthResponseType>
OpenIdConnectApplicationSettingsClient. getResponseTypes()
Method parameters in com.okta.sdk.resource with type arguments of type OAuthResponseType Modifier and Type Method Description OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient. setResponseTypes(java.util.List<OAuthResponseType> responseTypes)
-
Uses of OAuthResponseType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OAuthResponseType Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. addResponseTypes(OAuthResponseType responseType)
Method parameters in com.okta.sdk.resource.builder with type arguments of type OAuthResponseType Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setResponseTypes(java.util.List<OAuthResponseType> responseTypes)
-