Credentials constructor

const Credentials(
  1. AccessToken access,
  2. RefreshToken refresh,
  3. SessionId sessionId,
  4. UserId userId,
)

Implementation

const Credentials(this.access, this.refresh, this.sessionId, this.userId);