public static abstract @interface AuthorizationRequest.Prompt implements Annotation
An enumeration of available prompts for the authorization flow.
Constant Summary
| int | CONSENT | The authorization flow should prompt the user for consent before returning an access token. |
| int | NOT_SET | A prompt parameter is not set. |
| int | SELECT_ACCOUNT | The authorization flow should prompt the user to select an account. |
Inherited Method Summary
Constants
public static final int CONSENT
The authorization flow should prompt the user for consent before returning an access token. This is only applicable to those requests that include resource parameters.
Constant Value: 1
public static final int NOT_SET
A prompt parameter is not set. This is the default value.
Constant Value: 0
public static final int SELECT_ACCOUNT
The authorization flow should prompt the user to select an account.
Constant Value: 2