AuthResp constructor

AuthResp({
  1. String? accessToken,
  2. int? expiresTime,
  3. String? tokenType,
  4. String? scope,
  5. String? refreshToken,
  6. String? tokenTime,
})

Constructor

Implementation

AuthResp({this.accessToken, this.expiresTime, this.tokenType, this.scope, this.refreshToken, this.tokenTime});