Uses of Enum
com.okta.sdk.resource.model.EndpointAuthMethod
-
Uses of EndpointAuthMethod in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic EndpointAuthMethod
Client.getTokenEndpointAuthMethod()
Get tokenEndpointAuthMethodstatic EndpointAuthMethod
Returns the enum constant of this type with the specified name.static EndpointAuthMethod[]
EndpointAuthMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOAuthMetadata.getIntrospectionEndpointAuthMethodsSupported()
A list of client authentication methods supported by this introspection endpoint.OAuthMetadata.getRevocationEndpointAuthMethodsSupported()
A list of client authentication methods supported by this revocation endpoint.OAuthMetadata.getTokenEndpointAuthMethodsSupported()
A list of client authentication methods supported by this token endpoint.Modifier and TypeMethodDescriptionOAuthMetadata.addintrospectionEndpointAuthMethodsSupportedItem
(EndpointAuthMethod introspectionEndpointAuthMethodsSupportedItem) OAuthMetadata.addrevocationEndpointAuthMethodsSupportedItem
(EndpointAuthMethod revocationEndpointAuthMethodsSupportedItem) OAuthMetadata.addtokenEndpointAuthMethodsSupportedItem
(EndpointAuthMethod tokenEndpointAuthMethodsSupportedItem) void
Client.setTokenEndpointAuthMethod
(EndpointAuthMethod tokenEndpointAuthMethod) Client.tokenEndpointAuthMethod
(EndpointAuthMethod tokenEndpointAuthMethod) Modifier and TypeMethodDescriptionOAuthMetadata.introspectionEndpointAuthMethodsSupported
(List<EndpointAuthMethod> introspectionEndpointAuthMethodsSupported) OAuthMetadata.revocationEndpointAuthMethodsSupported
(List<EndpointAuthMethod> revocationEndpointAuthMethodsSupported) void
OAuthMetadata.setIntrospectionEndpointAuthMethodsSupported
(List<EndpointAuthMethod> introspectionEndpointAuthMethodsSupported) void
OAuthMetadata.setRevocationEndpointAuthMethodsSupported
(List<EndpointAuthMethod> revocationEndpointAuthMethodsSupported) void
OAuthMetadata.setTokenEndpointAuthMethodsSupported
(List<EndpointAuthMethod> tokenEndpointAuthMethodsSupported) OAuthMetadata.tokenEndpointAuthMethodsSupported
(List<EndpointAuthMethod> tokenEndpointAuthMethodsSupported)