GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse constructor
GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse({
- String? idToken,
- GoogleCloudIdentitytoolkitV2FinalizeMfaPhoneResponseInfo? phoneAuthInfo,
- String? refreshToken,
Implementation
GoogleCloudIdentitytoolkitV2FinalizeMfaSignInResponse({
this.idToken,
this.phoneAuthInfo,
this.refreshToken,
});