issuerUri property

String? issuerUri
getter/setter pair

The OIDC issuer URL.

Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0 spec, the OIDC issuer URL is used to locate the provider's public keys (via jwks_uri) for verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.

Required.

Implementation

core.String? issuerUri;