jsonWebKey property

JsonWebKey? jsonWebKey

The public key that corresponds to the key used to digitally sign the JsonWebSignature or encrypt the JsonWebEncryption.

Implementation

JsonWebKey? get jsonWebKey =>
    getTyped('jwk', factory: (v) => JsonWebKey.fromJson(v));