accessToken property

String? accessToken
getter/setter pair

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;