SharedProfileSession constructor

const SharedProfileSession({
  1. String? accessToken,
  2. String? refreshToken,
  3. int? expiresAt,
  4. String tokenType = "Bearer",
  5. String? scope,
  6. String? idToken,
})

Implementation

const SharedProfileSession({this.accessToken, this.refreshToken, this.expiresAt, this.tokenType = "Bearer", this.scope, this.idToken});