promptValues property

List<String>? promptValues
final

List of ASCII string values that specifies whether the Authorization Server prompts the End-User for re-authentication and consent. e.g: promptValues: 'login'. In this case it prompts the user login even if they have already signed in. The list of supported values depends on the identity provider.

Implementation

final List<String>? promptValues;