| Package | Description |
|---|---|
| be.feelio.mollie.data.connect |
| Modifier and Type | Method and Description |
|---|---|
TokenType |
TokenResponse.getTokenType() |
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenResponse.setTokenType(TokenType tokenType) |
TokenResponse.TokenResponseBuilder |
TokenResponse.TokenResponseBuilder.tokenType(TokenType tokenType) |
| Constructor and Description |
|---|
TokenResponse(String accessToken,
String refreshToken,
int expiresIn,
TokenType tokenType,
String[] scope) |
Copyright © 2020. All rights reserved.