token property

String? get token

Gets the user's authentication token (if available).

Implementation

String? get token => attribute<String>('auth_token');