@orangecheck/me-client / RequestOptions
Interface: RequestOptions
Defined in: me-client/src/scope.ts:82
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-origin"></a> origin? | string | Override the OC origin (only useful for staging deployments; defaults to https://me.ochk.io via getOrigin()). | me-client/src/scope.ts:91 |
<a id="property-project_key"></a> project_key | string | Your project_key. Required. | me-client/src/scope.ts:84 |
<a id="property-return_to"></a> return_to | string | Where to bounce the user after they decide. Required. Same-origin only — me.ochk.io rejects cross-origin redirects to prevent the consent prompt from being weaponized in phishing. | me-client/src/scope.ts:88 |