Interface SecureGrant
-
- All Known Implementing Classes:
AuthorizationCodeGrant,PasswordGrant,SecureGrantMap
public interface SecureGrantA 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 voidsetClientId(java.lang.String clientId)Sets the client id in the grant.voidsetClientSecret(java.lang.String clientSecret)Sets the client secret in the grant.
-