Uses of Enum Class
edu.iu.auth.config.IuAuthorizationClient.AuthMethod
Packages that use IuAuthorizationClient.AuthMethod
-
Uses of IuAuthorizationClient.AuthMethod in edu.iu.auth.config
Fields in edu.iu.auth.config with type parameters of type IuAuthorizationClient.AuthMethodMethods in edu.iu.auth.config that return IuAuthorizationClient.AuthMethodModifier and TypeMethodDescriptionGets an authentication method from standard parameter value.IuAuthorizationClient.Credentials.getTokenEndpointAuthMethod()
Gets allowed authentication method.Returns the enum constant of this class with the specified name.static IuAuthorizationClient.AuthMethod[]
IuAuthorizationClient.AuthMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.iu.auth.config that return types with arguments of type IuAuthorizationClient.AuthMethodModifier and TypeMethodDescriptionIuOpenIdProviderMetadata.getTokenEndpointAuthMethodsSupported()
JSON array containing a list of Client Authentication methods supported by this Token Endpoint.