default Grant.Builder |
Grant.Builder.authorizationCode(Consumer<AuthorizationCodeGrant.Builder> authorizationCode) |
Configuration options for the authorization_code grant type.
|
Grant.Builder |
Grant.Builder.authorizationCode(AuthorizationCodeGrant authorizationCode) |
Configuration options for the authorization_code grant type.
|
static Grant.Builder |
Grant.builder() |
|
default Grant.Builder |
Grant.Builder.jwtBearer(Consumer<JwtBearerGrant.Builder> jwtBearer) |
Configuration options for the urn:ietf:params:oauth:grant-type:jwt-bearer grant type.
|
Grant.Builder |
Grant.Builder.jwtBearer(JwtBearerGrant jwtBearer) |
Configuration options for the urn:ietf:params:oauth:grant-type:jwt-bearer grant type.
|
default Grant.Builder |
Grant.Builder.refreshToken(Consumer<RefreshTokenGrant.Builder> refreshToken) |
Configuration options for the refresh_token grant type.
|
Grant.Builder |
Grant.Builder.refreshToken(RefreshTokenGrant refreshToken) |
Configuration options for the refresh_token grant type.
|
Grant.Builder |
Grant.toBuilder() |
|
default Grant.Builder |
Grant.Builder.tokenExchange(Consumer<TokenExchangeGrant.Builder> tokenExchange) |
Configuration options for the urn:ietf:params:oauth:grant-type:token-exchange grant type.
|
Grant.Builder |
Grant.Builder.tokenExchange(TokenExchangeGrant tokenExchange) |
Configuration options for the urn:ietf:params:oauth:grant-type:token-exchange grant type.
|