getApiV1Bootstrap
getApiV1Bootstrap<
ThrowOnError>(options?:Options<GetApiV1BootstrapData,ThrowOnError>):RequestResult<GetApiV1BootstrapResponses,GetApiV1BootstrapErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:628Â
Bootstrap client session
Returns the authenticated user identity, feature-flag assignments, and server build metadata in a single call. Intended to be called once after auth resolves on the client.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<GetApiV1BootstrapResponses, GetApiV1BootstrapErrors, ThrowOnError>
Last updated on