toGoogleCloudIdentitytoolkitV1MfaFactor method
GoogleCloudIdentitytoolkitV1MfaFactor
toGoogleCloudIdentitytoolkitV1MfaFactor()
Implementation
v1.GoogleCloudIdentitytoolkitV1MfaFactor
toGoogleCloudIdentitytoolkitV1MfaFactor() {
return switch (this) {
CreatePhoneMultiFactorInfoRequest(:final phoneNumber) =>
v1.GoogleCloudIdentitytoolkitV1MfaFactor(
displayName: displayName,
phoneInfo: phoneNumber,
),
};
}