Returns the raw token string.
This allows the AccessToken to be used directly as a string when needed for API calls or storage.
@override String toString() => _raw;