issuer property
Uri?
get
issuer
Identifies the principal that issued the JWT.
Implementation
Uri? get issuer => getTyped('iss');
Identifies the principal that issued the JWT.
Uri? get issuer => getTyped('iss');