signedJwt property
The signed JWT.
Contains the automatically generated header; the client-supplied payload;
and the signature, which is generated using the key referenced by the
kid
field in the header. After the key pair referenced by the key_id
response field expires, Google no longer exposes the public key that can
be used to verify the JWT. As a result, the receiver can no longer verify
the signature.
Implementation
core.String? signedJwt;