keyId property
String?
get
keyId
Key ID used to match a specific key.
This is used, for instance, to choose among a set of keys within a JWK Set during key rollover.
Implementation
String? get keyId => this['kid'];