| Package | Description |
|---|---|
| be.feelio.mollie.data.connect |
| Modifier and Type | Method and Description |
|---|---|
GrantType |
TokenRequest.getGrantType() |
GrantType |
RevokeTokenRequest.getTokenTypeHint() |
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TokenRequest.TokenRequestBuilder |
TokenRequest.TokenRequestBuilder.grantType(GrantType grantType) |
void |
TokenRequest.setGrantType(GrantType grantType) |
void |
RevokeTokenRequest.setTokenTypeHint(GrantType tokenTypeHint) |
RevokeTokenRequest.RevokeTokenRequestBuilder |
RevokeTokenRequest.RevokeTokenRequestBuilder.tokenTypeHint(GrantType tokenTypeHint) |
| Constructor and Description |
|---|
RevokeTokenRequest(GrantType tokenTypeHint,
String token) |
TokenRequest(GrantType grantType,
Optional<String> code,
Optional<String> refreshToken,
String redirectUri) |
Copyright © 2020. All rights reserved.