promptValuesSupported property

List<String>? promptValuesSupported
getter/setter pair

List of OpenID Connect prompt values that the server supports at the authorization endpoint.

Only the create value defined in Initiating User Registration via OpenID Connect is supported, for a client to signal to the server that the user desires to register a new account.

Implementation

List<String>? promptValuesSupported;