Credentials constructor
- AccessToken access,
- RefreshToken refresh,
- Session session,
- UserId userId,
Implementation
const Credentials(this.access, this.refresh, this.session, this.userId);
const Credentials(this.access, this.refresh, this.session, this.userId);