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 OAuthEndpointAuthenticationMethodApplicationCredentialsOAuthClient. getTokenEndpointAuthMethod()static OAuthEndpointAuthenticationMethodOAuthEndpointAuthenticationMethod. 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 ApplicationCredentialsOAuthClientApplicationCredentialsOAuthClient. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)OIDCApplicationBuilderOIDCApplicationBuilder. setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
-