Uses of Enum
com.okta.sdk.resource.model.EndpointAuthMethod
Packages that use EndpointAuthMethod
-
Uses of EndpointAuthMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return EndpointAuthMethodModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type EndpointAuthMethodModifier 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.Methods in com.okta.sdk.resource.model with parameters of type EndpointAuthMethodModifier and TypeMethodDescriptionOAuthMetadata.addintrospectionEndpointAuthMethodsSupportedItem
(EndpointAuthMethod introspectionEndpointAuthMethodsSupportedItem) OAuthMetadata.addrevocationEndpointAuthMethodsSupportedItem
(EndpointAuthMethod revocationEndpointAuthMethodsSupportedItem) OAuthMetadata.addtokenEndpointAuthMethodsSupportedItem
(EndpointAuthMethod tokenEndpointAuthMethodsSupportedItem) void
Client.setTokenEndpointAuthMethod
(EndpointAuthMethod tokenEndpointAuthMethod) Client.tokenEndpointAuthMethod
(EndpointAuthMethod tokenEndpointAuthMethod) Method parameters in com.okta.sdk.resource.model with type arguments of type EndpointAuthMethodModifier 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)