keyId property
String?
get
keyId
A hint indicating which key was used to secure the JsonWebSignature or encrypt the JsonWebEncryption.
Implementation
String? get keyId => getTyped('kid');
A hint indicating which key was used to secure the JsonWebSignature or encrypt the JsonWebEncryption.
String? get keyId => getTyped('kid');