asAuth method

String asAuth()

Returns authorization-header-ready String of tokenType and accessToken.

Implementation

String asAuth() => '$tokenType $accessToken';