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