Interface SecureGrant
-
- All Known Implementing Classes:
AuthorizationCodeGrant
,PasswordGrant
,SecureGrantMap
public interface SecureGrant
A contract for a grant that requires authentication.- Since:
- 1.2.0
- Author:
- James Kleeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setClientId(java.lang.String clientId)
Sets the client id in the grant.void
setClientSecret(java.lang.String clientSecret)
Sets the client secret in the grant.
-