IdentitytoolkitRelyingpartyVerifyAssertionRequest constructor

IdentitytoolkitRelyingpartyVerifyAssertionRequest({
  1. bool? autoCreate,
  2. String? delegatedProjectNumber,
  3. String? idToken,
  4. String? instanceId,
  5. String? pendingIdToken,
  6. String? postBody,
  7. String? requestUri,
  8. bool? returnIdpCredential,
  9. bool? returnRefreshToken,
  10. bool? returnSecureToken,
  11. String? sessionId,
  12. String? tenantId,
  13. String? tenantProjectNumber,
})

Implementation

IdentitytoolkitRelyingpartyVerifyAssertionRequest({
  this.autoCreate,
  this.delegatedProjectNumber,
  this.idToken,
  this.instanceId,
  this.pendingIdToken,
  this.postBody,
  this.requestUri,
  this.returnIdpCredential,
  this.returnRefreshToken,
  this.returnSecureToken,
  this.sessionId,
  this.tenantId,
  this.tenantProjectNumber,
});