Interface SecureGrant

All Known Implementing Classes:
AbstractClientSecureGrant, AuthorizationCodeGrant, ClientCredentialsGrant, PasswordGrant, SecureGrantMap

public interface SecureGrant
A contract for a grant that requires authentication.
Since:
1.2.0
Author:
James Kleeh
  • Field Details

  • Method Details

    • setClientId

      void setClientId(String clientId)
      Sets the client id in the grant.
      Parameters:
      clientId - The client id
    • setClientSecret

      void setClientSecret(String clientSecret)
      Sets the client secret in the grant.
      Parameters:
      clientSecret - The client secret