issuer property

String? issuer
getter/setter pair

Identifies the principal that issued the JWT.

See https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1 Usually a URL or an email address. Example: https://securetoken.google.com Example: [email protected]

Implementation

core.String? issuer;