VerifyAssertionResponse constructor
VerifyAssertionResponse({
- String? action,
- String? appInstallationUrl,
- String? appScheme,
- String? context,
- String? dateOfBirth,
- String? displayName,
- String? email,
- bool? emailRecycled,
- bool? emailVerified,
- String? errorMessage,
- String? expiresIn,
- String? federatedId,
- String? firstName,
- String? fullName,
- String? idToken,
- String? inputEmail,
- bool? isNewUser,
- String? kind,
- String? language,
- String? lastName,
- String? localId,
- bool? needConfirmation,
- bool? needEmail,
- String? nickName,
- String? oauthAccessToken,
- String? oauthAuthorizationCode,
- int? oauthExpireIn,
- String? oauthIdToken,
- String? oauthRequestToken,
- String? oauthScope,
- String? oauthTokenSecret,
- String? originalEmail,
- String? photoUrl,
- String? providerId,
- String? rawUserInfo,
- String? refreshToken,
- String? screenName,
- String? timeZone,
- List<
String> ? verifiedProvider,
Implementation
VerifyAssertionResponse({
this.action,
this.appInstallationUrl,
this.appScheme,
this.context,
this.dateOfBirth,
this.displayName,
this.email,
this.emailRecycled,
this.emailVerified,
this.errorMessage,
this.expiresIn,
this.federatedId,
this.firstName,
this.fullName,
this.idToken,
this.inputEmail,
this.isNewUser,
this.kind,
this.language,
this.lastName,
this.localId,
this.needConfirmation,
this.needEmail,
this.nickName,
this.oauthAccessToken,
this.oauthAuthorizationCode,
this.oauthExpireIn,
this.oauthIdToken,
this.oauthRequestToken,
this.oauthScope,
this.oauthTokenSecret,
this.originalEmail,
this.photoUrl,
this.providerId,
this.rawUserInfo,
this.refreshToken,
this.screenName,
this.timeZone,
this.verifiedProvider,
});