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.TypeEnumProtocolOAuth.getType()OAuth 2.0 Authorization Code flowstatic ProtocolOAuth.TypeEnumReturns 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 TypeMethodDescriptionvoidProtocolOAuth.setType(ProtocolOAuth.TypeEnum type) ProtocolOAuth.type(ProtocolOAuth.TypeEnum type)