Class ClientAuthenticationMethod

java.lang.Object
org.springframework.security.oauth2.core.ClientAuthenticationMethod
All Implemented Interfaces:
Serializable

public final class ClientAuthenticationMethod extends Object implements Serializable
The authentication method used when authenticating the client with the authorization server.
Since:
5.0
See Also:
  • Field Details

  • Constructor Details

    • ClientAuthenticationMethod

      public ClientAuthenticationMethod(String value)
      Constructs a ClientAuthenticationMethod using the provided value.
      Parameters:
      value - the value of the client authentication method
  • Method Details

    • getValue

      public String getValue()
      Returns the value of the client authentication method.
      Returns:
      the value of the client authentication method
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object