GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse constructor

GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse({
  1. String? displayName,
  2. String? email,
  3. String? expiresIn,
  4. String? idToken,
  5. String? kind,
  6. String? localId,
  7. List<GoogleCloudIdentitytoolkitV1MfaEnrollment>? mfaInfo,
  8. String? mfaPendingCredential,
  9. String? oauthAccessToken,
  10. String? oauthAuthorizationCode,
  11. int? oauthExpireIn,
  12. String? profilePicture,
  13. String? refreshToken,
  14. bool? registered,
  15. List<GoogleCloudIdentitytoolkitV1UserNotification>? userNotifications,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse({
  this.displayName,
  this.email,
  this.expiresIn,
  this.idToken,
  this.kind,
  this.localId,
  this.mfaInfo,
  this.mfaPendingCredential,
  this.oauthAccessToken,
  this.oauthAuthorizationCode,
  this.oauthExpireIn,
  this.profilePicture,
  this.refreshToken,
  this.registered,
  this.userNotifications,
});