Uses of Class
com.okta.sdk.resource.OAuthEndpointAuthenticationMethod
-
Packages that use OAuthEndpointAuthenticationMethod Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type OAuthEndpointAuthenticationMethod Modifier and Type Method Description ApplicationCredentialsOAuthClient
ApplicationCredentialsOAuthClient. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
-
Uses of OAuthEndpointAuthenticationMethod in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OAuthEndpointAuthenticationMethod Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
-