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 OAuthResponseTypeOAuthResponseType. 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 OpenIdConnectApplicationSettingsClientOpenIdConnectApplicationSettingsClient. 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 OIDCApplicationBuilderOIDCApplicationBuilder. addResponseTypes(OAuthResponseType responseType)Method parameters in com.okta.sdk.resource.builder with type arguments of type OAuthResponseType Modifier and Type Method Description OIDCApplicationBuilderOIDCApplicationBuilder. setResponseTypes(java.util.List<OAuthResponseType> responseTypes)
-