Uses of Enum
com.okta.sdk.resource.model.OAuthEndpointAuthenticationMethod
Package
Description
-
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.application
Modifier and TypeMethodDescriptionOIDCApplicationBuilder.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionApplicationCredentialsOAuthClient.getTokenEndpointAuthMethod()
Get tokenEndpointAuthMethodReturns the enum constant of this type with the specified name.static OAuthEndpointAuthenticationMethod[]
OAuthEndpointAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ApplicationCredentialsOAuthClient.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) ApplicationCredentialsOAuthClient.tokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)