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