GoogleCloudIdentitytoolkitV1SignInWithIdpResponse constructor
GoogleCloudIdentitytoolkitV1SignInWithIdpResponse({
- 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,
- List<
GoogleCloudIdentitytoolkitV1MfaEnrollment> ? mfaInfo, - String? mfaPendingCredential,
- bool? needConfirmation,
- bool? needEmail,
- String? nickName,
- String? oauthAccessToken,
- String? oauthAuthorizationCode,
- int? oauthExpireIn,
- String? oauthIdToken,
- String? oauthRefreshToken,
- String? oauthTokenSecret,
- String? originalEmail,
- String? pendingToken,
- String? photoUrl,
- String? providerId,
- String? rawUserInfo,
- String? refreshToken,
- String? screenName,
- String? tenantId,
- String? timeZone,
- List<
String> ? verifiedProvider,
Implementation
GoogleCloudIdentitytoolkitV1SignInWithIdpResponse({
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.mfaInfo,
this.mfaPendingCredential,
this.needConfirmation,
this.needEmail,
this.nickName,
this.oauthAccessToken,
this.oauthAuthorizationCode,
this.oauthExpireIn,
this.oauthIdToken,
this.oauthRefreshToken,
this.oauthTokenSecret,
this.originalEmail,
this.pendingToken,
this.photoUrl,
this.providerId,
this.rawUserInfo,
this.refreshToken,
this.screenName,
this.tenantId,
this.timeZone,
this.verifiedProvider,
});