jwksJson property
OIDC JWKs in JSON String format.
For details on the definition of a JWK, see
https://tools.ietf.org/html/rfc7517. If not set, the jwks_uri from the
discovery document that is fetched from the well-known path of the
issuer_uri, will be used. RSA and EC asymmetric keys are supported. The
JWK must use the following format and include only the following fields: {
"keys": [ { "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "",
"e": "", "x": "", "y": "", "crv": "" } ] }
Optional.
Implementation
core.String? jwksJson;