Uses of Enum
com.okta.sdk.resource.model.ProtocolOAuth.TypeEnum
Packages that use ProtocolOAuth.TypeEnum
-
Uses of ProtocolOAuth.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProtocolOAuth.TypeEnumModifier and TypeMethodDescriptionstatic ProtocolOAuth.TypeEnum
ProtocolOAuth.getType()
OAuth 2.0 Authorization Code flowstatic ProtocolOAuth.TypeEnum
Returns the enum constant of this type with the specified name.static ProtocolOAuth.TypeEnum[]
ProtocolOAuth.TypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type ProtocolOAuth.TypeEnumModifier and TypeMethodDescriptionvoid
ProtocolOAuth.setType
(ProtocolOAuth.TypeEnum type) ProtocolOAuth.type
(ProtocolOAuth.TypeEnum type)