authToken property

String? authToken
getter/setter pair

A mutable member. When this is set, it holds a JSON Web Token that is automatically attached to every request sent.

This is designed with package:angel_auth in mind.

Implementation

String? authToken;