Credentials constructor

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

Implementation

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