GoogleCloudIdentitytoolkitV1CreateAuthUriResponse constructor

GoogleCloudIdentitytoolkitV1CreateAuthUriResponse({
  1. List<String>? allProviders,
  2. String? authUri,
  3. bool? captchaRequired,
  4. bool? forExistingProvider,
  5. String? kind,
  6. String? providerId,
  7. bool? registered,
  8. String? sessionId,
  9. List<String>? signinMethods,
})

Implementation

GoogleCloudIdentitytoolkitV1CreateAuthUriResponse({
  this.allProviders,
  this.authUri,
  this.captchaRequired,
  this.forExistingProvider,
  this.kind,
  this.providerId,
  this.registered,
  this.sessionId,
  this.signinMethods,
});