Uses of Class
com.okta.sdk.resource.application.OAuthEndpointAuthenticationMethod
-
Packages that use OAuthEndpointAuthenticationMethod Package Description com.okta.sdk.resource.application -
-
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OAuthEndpointAuthenticationMethod Modifier and Type Method Description OAuthEndpointAuthenticationMethod
ApplicationCredentialsOAuthClient. getTokenEndpointAuthMethod()
static OAuthEndpointAuthenticationMethod
OAuthEndpointAuthenticationMethod. valueOf(java.lang.String name)
Returns 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.application with parameters of type OAuthEndpointAuthenticationMethod Modifier and Type Method Description ApplicationCredentialsOAuthClient
ApplicationCredentialsOAuthClient. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
OIDCApplicationBuilder
OIDCApplicationBuilder. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
-