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 EndpointAuthMethodClient.getTokenEndpointAuthMethod()Get tokenEndpointAuthMethodstatic EndpointAuthMethodReturns 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) voidClient.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) voidOAuthMetadata.setIntrospectionEndpointAuthMethodsSupported(List<EndpointAuthMethod> introspectionEndpointAuthMethodsSupported) voidOAuthMetadata.setRevocationEndpointAuthMethodsSupported(List<EndpointAuthMethod> revocationEndpointAuthMethodsSupported) voidOAuthMetadata.setTokenEndpointAuthMethodsSupported(List<EndpointAuthMethod> tokenEndpointAuthMethodsSupported) OAuthMetadata.tokenEndpointAuthMethodsSupported(List<EndpointAuthMethod> tokenEndpointAuthMethodsSupported)