idTokenSigningAlgValuesSupported property
JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID token to encode the claims in a JWT [JWT].
Note: Currently always "["RS256"]".
Implementation
core.List<core.String>? idTokenSigningAlgValuesSupported;