Uses of Enum
com.okta.sdk.resource.model.OAuthEndpointAuthenticationMethod
Packages that use OAuthEndpointAuthenticationMethod
Package
Description
-
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type OAuthEndpointAuthenticationMethodModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OAuthEndpointAuthenticationMethodModifier and TypeMethodDescriptionOIDCApplicationBuilder.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthEndpointAuthenticationMethodModifier 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.Methods in com.okta.sdk.resource.model with parameters of type OAuthEndpointAuthenticationMethodModifier and TypeMethodDescriptionvoid
ApplicationCredentialsOAuthClient.setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) ApplicationCredentialsOAuthClient.tokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)