jwksUri property

String? jwksUri
getter/setter pair

URL of the provider's public key set to validate signature of the JWT.

See OpenID Discovery. Optional if the key set document: - can be retrieved from OpenID Discovery of the issuer. - can be inferred from the email domain of the issuer (e.g. a Google service account). Example: https://www.googleapis.com/oauth2/v1/certs

Implementation

core.String? jwksUri;