Uses of Enum
com.okta.sdk.resource.model.OAuthCredentialsClient.TokenEndpointAuthMethodEnum
Packages that use OAuthCredentialsClient.TokenEndpointAuthMethodEnum
-
Uses of OAuthCredentialsClient.TokenEndpointAuthMethodEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthCredentialsClient.TokenEndpointAuthMethodEnumModifier and TypeMethodDescriptionOAuthCredentialsClient.getTokenEndpointAuthMethod()
Client authentication methods supported by the token endpointReturns the enum constant of this type with the specified name.OAuthCredentialsClient.TokenEndpointAuthMethodEnum.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 OAuthCredentialsClient.TokenEndpointAuthMethodEnumModifier and TypeMethodDescriptionvoid
OAuthCredentialsClient.setTokenEndpointAuthMethod
(OAuthCredentialsClient.TokenEndpointAuthMethodEnum tokenEndpointAuthMethod) OAuthCredentialsClient.tokenEndpointAuthMethod
(OAuthCredentialsClient.TokenEndpointAuthMethodEnum tokenEndpointAuthMethod)