MicrosoftAccountProfile constructor
const
MicrosoftAccountProfile({})
Implementation
const MicrosoftAccountProfile({
required this.accessToken,
required this.refreshToken,
required this.expiresAt,
required this.email,
required this.username,
required this.id,
});