jsonWebKey property
JsonWebKey?
get
jsonWebKey
The public key that corresponds to the key used to digitally sign the JsonWebSignature or encrypt the JsonWebEncryption.
Implementation
JsonWebKey? get jsonWebKey =>
getTyped<JsonWebKey?>('jwk', factory: (v) => JsonWebKey.fromJson(v));