issuer property

String? issuer
final

The issuer set on the JWT access tokens.

Set as iss claim. https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.1

If set, incoming tokens will be validated to contain the same issuer.

Defaults to null.

Implementation

final String? issuer;