AuthorizationTokenResponse constructor

const AuthorizationTokenResponse(
  1. String accessToken, {
  2. String? refreshToken,
  3. int? expiresIn,
  4. Iterable<String>? scope,
})

Implementation

const AuthorizationTokenResponse(this.accessToken,
    {this.refreshToken, this.expiresIn, this.scope});