responseTypesSupported property

List<String>? responseTypesSupported
getter/setter pair

JSON array containing a list of the OAuth 2.0 response_type values that this OP supports.

Note: Currently always "["id_token"]".

Implementation

core.List<core.String>? responseTypesSupported;