Uses of Enum
com.okta.sdk.resource.model.OAuthResponseType
Packages that use OAuthResponseType
Package
Description
-
Uses of OAuthResponseType in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type OAuthResponseTypeModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.addResponseTypes
(OAuthResponseType responseType) Method parameters in com.okta.sdk.impl.resource with type arguments of type OAuthResponseTypeModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setResponseTypes
(List<OAuthResponseType> responseTypes) -
Uses of OAuthResponseType in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OAuthResponseTypeModifier and TypeMethodDescriptionOIDCApplicationBuilder.addResponseTypes
(OAuthResponseType responseType) Method parameters in com.okta.sdk.resource.application with type arguments of type OAuthResponseTypeModifier and TypeMethodDescriptionOIDCApplicationBuilder.setResponseTypes
(List<OAuthResponseType> responseTypes) -
Uses of OAuthResponseType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthResponseTypeModifier and TypeMethodDescriptionstatic OAuthResponseType
static OAuthResponseType
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.model that return types with arguments of type OAuthResponseTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getResponseTypes()
Array of OAuth 2.0 response type stringsMethods in com.okta.sdk.resource.model with parameters of type OAuthResponseTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.addresponseTypesItem
(OAuthResponseType responseTypesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type OAuthResponseTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.responseTypes
(List<OAuthResponseType> responseTypes) void
OpenIdConnectApplicationSettingsClient.setResponseTypes
(List<OAuthResponseType> responseTypes)