responseTypesSupported

@SerialName(value = "response_types_supported")
val responseTypesSupported: Set<String>? = null(source)

OIDC Discovery: REQUIRED. JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values. OIDC SIOPv2: MUST be id_token.