OAuthSession constructor
OAuthSession({})
Implementation
OAuthSession({
required this.accessToken,
this.refreshToken,
this.tokenType = 'DPoP',
required this.scope,
this.expiresAt,
required this.sub,
required this.issuer,
required this.pds,
required this.clientId,
required this.dpopPublicKey,
required this.dpopPrivateKey,
});