EmailLinkSigninResponse constructor
EmailLinkSigninResponse({})
Implementation
EmailLinkSigninResponse({
this.email,
this.expiresIn,
this.idToken,
this.isNewUser,
this.kind,
this.localId,
this.refreshToken,
});