The client used to make HTTP requests to the Seam API.
ReadonlydefaultsDefault request options used for requests made by this client.
Creates a new client session.
Optionalparameters: ClientSessionsCreateParametersCreates a new SeamPaginator to iterate over the paginated results of the request.
Deletes a client session.
Returns a specified client session.
Optionalparameters: ClientSessionsGetParametersReturns a client session with specific characteristics or creates a new client session with these characteristics if it does not yet exist.
Optionalparameters: ClientSessionsGetOrCreateParametersGrants a client session access to one or more resources, such as Connect Webviews, user identities, and so on.
Returns a list of all client sessions.
Optionalparameters: ClientSessionsListParametersRevokes a client session.
Note that deleting a client session is a separate action.
StaticfromCreates a new SeamHttpClientSessions authenticated with an API key.
StaticfromCreates a new SeamHttpClientSessions from an existing HTTP client.
StaticfromCreates a new SeamHttpClientSessions authenticated with a client session token.
StaticfromCreates a new SeamHttpClientSessions authenticated with a console session token and scoped to a workspace.
StaticfromCreates a new SeamHttpClientSessions authenticated with a personal access token and scoped to a workspace.
StaticfromCreates a new SeamHttpClientSessions authenticated with a client session token for the user identified by the user identifier key. The client session is created with the publishable key if it does not exist.
Client for the Seam API /client_sessions routes.