accessToken property
The generated bearer access token.
To use this token, include it in an Authorization header of an HTTP
request sent to the associated workstation's hostname—for example,
Authorization: Bearer
.
Implementation
core.String? accessToken;