Uses of Enum
org.openapitools.client.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 org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.model with parameters of type OAuthEndpointAuthenticationMethodModifier and TypeMethodDescriptionvoidApplicationCredentialsOAuthClient.setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) ApplicationCredentialsOAuthClient.tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)