The client used to make HTTP requests to the Seam API.
ReadonlydefaultsDefault request options used for requests made by this client.
Converts an unmanaged access code to an access code managed through Seam.
An unmanaged access code has a limited set of operations that you can perform on it. Once you convert an unmanaged access code to a managed access code, the full set of access code operations and lifecycle events becomes available for it.
Note that not all device providers support converting an unmanaged access code to a managed access code.
Creates a new SeamPaginator to iterate over the paginated results of the request.
Deletes an unmanaged access code.
Returns a specified unmanaged access code.
You must specify either access_code_id or both device_id and code.
Optionalparameters: AccessCodesUnmanagedGetParametersReturns a list of all unmanaged access codes.
Updates a specified unmanaged access code.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged authenticated with an API key.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged from an existing HTTP client.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged authenticated with a client session token.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged authenticated with a console session token and scoped to a workspace.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged authenticated with a personal access token and scoped to a workspace.
StaticfromCreates a new SeamHttpAccessCodesUnmanaged 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 /access_codes/unmanaged routes.