| Package | Description |
|---|---|
| net.oauth2 | |
| net.oauth2.client.http |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeGrantRequest
Models the "authorization_code" type of oauth token grant requests.
|
class |
ClientCredentialsGrantRequest
Models the "client_credentials" type of oauth token grant requests.
|
class |
PasswordCredentialsGrantRequest
Models the "password" type of oauth token grant requests.
|
class |
RefreshTokenGrantRequest
Models the "refresh_token" type of oauth grant requests.
|
| Modifier and Type | Method and Description |
|---|---|
static RefreshTokenGrantRequest |
RefreshTokenGrantRequest.renew(AccessTokenGrantRequest originalTokenRequestGrant,
String refreshToken,
Collection<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AccessToken> |
TokenServiceHttpClient.post(String path,
AccessTokenGrantRequest payload) |
Copyright © 2017. All rights reserved.