| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.salesforce.SalesforceOAuthPrompt | |
Specifies how the authorization server prompts the user for reauthentication and reapproval
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SalesforceOAuthPrompt | CONSENT | The authorization server must prompt the user for reapproval before returning information to the client. | |||||||||
| SalesforceOAuthPrompt | LOGIN | The authorization server must prompt the user for reauthentication, forcing the user to log in again. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The authorization server must prompt the user for reapproval before returning information to the client. It is valid to pass both values, separated by a space, to require the user to both log in and reauthorize.
The authorization server must prompt the user for reauthentication, forcing the user to log in again.