public interface SecureGrant
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | KEY_CLIENT_ID | 
| static java.lang.String | KEY_CLIENT_SECRET | 
| Modifier and Type | Method and 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. | 
static final java.lang.String KEY_CLIENT_ID
static final java.lang.String KEY_CLIENT_SECRET