static Grant |
Grant.fromAuthorizationCode(Consumer<AuthorizationCodeGrant.Builder> authorizationCode) |
|
static Grant |
Grant.fromAuthorizationCode(AuthorizationCodeGrant authorizationCode) |
|
static Grant |
Grant.fromJwtBearer(Consumer<JwtBearerGrant.Builder> jwtBearer) |
Create an instance of this class with jwtBearer() initialized to the given value.
|
static Grant |
Grant.fromJwtBearer(JwtBearerGrant jwtBearer) |
Create an instance of this class with jwtBearer() initialized to the given value.
|
static Grant |
Grant.fromRefreshToken(Consumer<RefreshTokenGrant.Builder> refreshToken) |
Create an instance of this class with refreshToken() initialized to the given value.
|
static Grant |
Grant.fromRefreshToken(RefreshTokenGrant refreshToken) |
Create an instance of this class with refreshToken() initialized to the given value.
|
static Grant |
Grant.fromTokenExchange(Consumer<TokenExchangeGrant.Builder> tokenExchange) |
Create an instance of this class with tokenExchange() initialized to the given value.
|
static Grant |
Grant.fromTokenExchange(TokenExchangeGrant tokenExchange) |
Create an instance of this class with tokenExchange() initialized to the given value.
|
Grant |
GetApplicationGrantResponse.grant() |
A structure that describes the requested grant.
|
Grant |
GrantItem.grant() |
The configuration structure for the selected grant.
|
Grant |
PutApplicationGrantRequest.grant() |
Specifies a structure that describes the grant to update.
|