Uses of Enum
com.okta.sdk.resource.model.GrantType
Packages that use GrantType
-
Uses of GrantType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GrantTypeModifier and TypeMethodDescriptionstatic GrantType
TokenProtocolRequest.getGrantType()
Get grantTypestatic GrantType
Returns the enum constant of this type with the specified name.static GrantType[]
GrantType.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 GrantTypeModifier and TypeMethodDescriptionClient.getGrantTypes()
Array of OAuth 2.0 grant type strings.OAuthMetadata.getGrantTypesSupported()
A list of the grant type values that this authorization server supports.Methods in com.okta.sdk.resource.model with parameters of type GrantTypeModifier and TypeMethodDescriptionClient.addgrantTypesItem
(GrantType grantTypesItem) OAuthMetadata.addgrantTypesSupportedItem
(GrantType grantTypesSupportedItem) void
TokenProtocolRequest.setGrantType
(GrantType grantType) Method parameters in com.okta.sdk.resource.model with type arguments of type GrantTypeModifier and TypeMethodDescriptionClient.grantTypes
(List<GrantType> grantTypes) OAuthMetadata.grantTypesSupported
(List<GrantType> grantTypesSupported) void
Client.setGrantTypes
(List<GrantType> grantTypes) void
OAuthMetadata.setGrantTypesSupported
(List<GrantType> grantTypesSupported)