GoogleCloudIdentitytoolkitV1GetOobCodeRequest constructor
GoogleCloudIdentitytoolkitV1GetOobCodeRequest({
- bool? androidInstallApp,
- String? androidMinimumVersion,
- String? androidPackageName,
- bool? canHandleCodeInApp,
- String? captchaResp,
- String? challenge,
- String? continueUrl,
- String? dynamicLinkDomain,
- String? email,
- String? iOSAppStoreId,
- String? iOSBundleId,
- String? idToken,
- String? newEmail,
- String? requestType,
- bool? returnOobLink,
- String? targetProjectId,
- String? tenantId,
- String? userIp,
Implementation
GoogleCloudIdentitytoolkitV1GetOobCodeRequest({
this.androidInstallApp,
this.androidMinimumVersion,
this.androidPackageName,
this.canHandleCodeInApp,
this.captchaResp,
this.challenge,
this.continueUrl,
this.dynamicLinkDomain,
this.email,
this.iOSAppStoreId,
this.iOSBundleId,
this.idToken,
this.newEmail,
this.requestType,
this.returnOobLink,
this.targetProjectId,
this.tenantId,
this.userIp,
});