idTokenSigningAlgValuesSupported property

List<String>? idTokenSigningAlgValuesSupported
getter/setter pair

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;