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