MicrosoftTokenResponse constructor
const
MicrosoftTokenResponse({})
Implementation
const MicrosoftTokenResponse({
required this.tokenType,
required this.expiresIn,
required this.scope,
required this.accessToken,
required this.refreshToken,
this.userId,
});