Uses of Enum
com.okta.sdk.resource.model.ProtocolOidc.TypeEnum
Packages that use ProtocolOidc.TypeEnum
-
Uses of ProtocolOidc.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProtocolOidc.TypeEnumModifier and TypeMethodDescriptionstatic ProtocolOidc.TypeEnumProtocolOidc.getType()OpenID Connect Authorization Code flowstatic ProtocolOidc.TypeEnumReturns the enum constant of this type with the specified name.static ProtocolOidc.TypeEnum[]ProtocolOidc.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 ProtocolOidc.TypeEnumModifier and TypeMethodDescriptionvoidProtocolOidc.setType(ProtocolOidc.TypeEnum type) ProtocolOidc.type(ProtocolOidc.TypeEnum type)