| Package | Description |
|---|---|
| be.feelio.mollie.data.connect |
| Modifier and Type | Method and Description |
|---|---|
ApprovalPrompt |
AuthorizeRequest.getApprovalPrompt() |
static ApprovalPrompt |
ApprovalPrompt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalPrompt[] |
ApprovalPrompt.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.approvalPrompt(ApprovalPrompt approvalPrompt) |
void |
AuthorizeRequest.setApprovalPrompt(ApprovalPrompt approvalPrompt) |
| Constructor and Description |
|---|
AuthorizeRequest(String clientId,
Optional<String> redirectUri,
String state,
String[] scope,
ResponseType responseType,
ApprovalPrompt approvalPrompt) |
Copyright © 2020. All rights reserved.