GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse constructor
GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse({
- String? displayName,
- String? email,
- String? expiresIn,
- String? idToken,
- String? kind,
- String? localId,
- List<
GoogleCloudIdentitytoolkitV1MfaEnrollment> ? mfaInfo, - String? mfaPendingCredential,
- String? oauthAccessToken,
- String? oauthAuthorizationCode,
- int? oauthExpireIn,
- String? profilePicture,
- String? refreshToken,
- bool? registered,
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,
});