asAuth method
Returns authorization-header-ready String of tokenType and accessToken.
Implementation
String asAuth() => '$tokenType $accessToken';
Returns authorization-header-ready String of tokenType and accessToken.
String asAuth() => '$tokenType $accessToken';