toString method

  1. @override
String toString()
override

Returns the raw token string.

This allows the AccessToken to be used directly as a string when needed for API calls or storage.

Implementation

@override
String toString() => _raw;