IdentitytoolkitRelyingpartyCreateAuthUriRequest constructor
IdentitytoolkitRelyingpartyCreateAuthUriRequest({
- String? appId,
- String? authFlowType,
- String? clientId,
- String? context,
- String? continueUri,
- Map<
String, String> ? customParameter, - String? hostedDomain,
- String? identifier,
- String? oauthConsumerKey,
- String? oauthScope,
- String? openidRealm,
- String? otaApp,
- String? providerId,
- String? sessionId,
- String? tenantId,
- 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,
});