Credential constructor
const
Credential({
- String? accessToken,
- AdditionalInfo? additionalUserInfo,
- Object? credential,
- String? displayName,
- String? email,
- bool? emailVerified,
- String? idToken,
- bool? isAnonymous,
- Metadata? metadata,
- Object? multiFactor,
- String? phoneNumber,
- String? photoURL,
- List<
Info> ? providerData, - String? providerId,
- String? refreshToken,
- String? signInMethod,
- String? smsCode,
- String? tenantId,
- String? uid,
- String? verificationId,
Implementation
const Credential({
this.accessToken,
this.additionalUserInfo,
this.credential,
this.displayName,
this.email,
this.emailVerified,
this.idToken,
this.isAnonymous,
this.metadata,
this.multiFactor,
this.phoneNumber,
this.photoURL,
this.providerData,
this.providerId,
this.refreshToken,
this.signInMethod,
this.smsCode,
this.tenantId,
this.uid,
this.verificationId,
});