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