| Package | Description |
|---|---|
| be.feelio.mollie.data.connect |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
AuthorizeRequest.getResponseType() |
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeRequest.AuthorizeRequestBuilder |
AuthorizeRequest.AuthorizeRequestBuilder.responseType(ResponseType responseType) |
void |
AuthorizeRequest.setResponseType(ResponseType responseType) |
| Constructor and Description |
|---|
AuthorizeRequest(String clientId,
Optional<String> redirectUri,
String state,
String[] scope,
ResponseType responseType,
ApprovalPrompt approvalPrompt) |
Copyright © 2020. All rights reserved.