Uses of Enum
com.okta.sdk.resource.model.OAuthResponseType
Packages that use OAuthResponseType
-
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 OAuthResponseTypestatic OAuthResponseTypeReturns 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) voidOpenIdConnectApplicationSettingsClient.setResponseTypes(List<OAuthResponseType> responseTypes)