AuthResult constructor
const
AuthResult({})
Implementation
const AuthResult({
required this.success,
required this.provider,
this.user,
this.accessToken,
this.refreshToken,
this.idToken,
this.expiresAt,
this.errorMessage,
this.errorCode,
this.errorHint,
this.rawData,
});