token property
The custom Auth token asserted by the developer.
The token should be a [JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519) that includes the claims listed in the API reference under the "Custom Token Claims" section.
Required.
Implementation
core.String? token;