IdentitytoolkitRelyingpartyCreateAuthUriRequest constructor

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

Implementation

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