GoogleCloudIdentitytoolkitV1CreateAuthUriRequest constructor

GoogleCloudIdentitytoolkitV1CreateAuthUriRequest({
  1. String? appId,
  2. String? authFlowType,
  3. String? context,
  4. String? continueUri,
  5. Map<String, String>? customParameter,
  6. String? hostedDomain,
  7. String? identifier,
  8. String? oauthConsumerKey,
  9. String? oauthScope,
  10. String? openidRealm,
  11. String? otaApp,
  12. String? providerId,
  13. String? sessionId,
  14. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1CreateAuthUriRequest({
  this.appId,
  this.authFlowType,
  this.context,
  this.continueUri,
  this.customParameter,
  this.hostedDomain,
  this.identifier,
  this.oauthConsumerKey,
  this.oauthScope,
  this.openidRealm,
  this.otaApp,
  this.providerId,
  this.sessionId,
  this.tenantId,
});