React Components
Create Access Code Form
Let users create access codes directly in your app with Seam’s React Create Access Code Form component.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Let users create access codes directly in your app with Seam’s React Create Access Code Form component.
<CreateAccessCodeForm deviceId={deviceId}/>
| Name | Type | Description |
|---|---|---|
| deviceId | string | Optional. The ID for the device for which the access code will be created for. When set, it will skip the device selection pane. |
| onSuccess | function | Optional callback fired when an access code is created. |
| onError | function | Optional callback triggered if an error occurs during the creation of an access code. |
| onBack | function | Optional callback fired when the Back chevron button is clicked. |
| className | string | Optional class name to add to the rendered component’s containing element. |
Was this page helpful?