responseModesSupported property
List of OAuth 2.0 response mode strings that the server supports at the authorization endpoint.
This array MUST contain at least the query
and fragment
values, for
improved security in the authorization code grant.
Implementation
List<String> responseModesSupported;