token property

String? token
getter/setter pair

The text token appended to the text Bearer to the request Authorization header.

Session parameters reference can be used to pass the token dynamically, e.g. $session.params.parameter-id.

Optional.

Implementation

core.String? token;