idTokenSigningAlgValuesSupported property

List<String> idTokenSigningAlgValuesSupported

A list of the JWS signing algorithms (alg values) supported by the OP for the ID Token to encode the Claims in a JWT.

The algorithm RS256 MUST be included. The value none MAY be supported, but MUST NOT be used unless the Response Type used returns no ID Token from the Authorization Endpoint (such as when using the Authorization Code Flow).

Implementation

List<String> get idTokenSigningAlgValuesSupported =>
    getTypedList('id_token_signing_alg_values_supported')!;