jwksUri property

Uri? jwksUri

URL of the OP's JSON Web Key Set document.

This contains the signing key(s) the RP uses to validate signatures from the OP.

Implementation

Uri? get jwksUri => getTyped('jwks_uri');