Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/OtpDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**factor_id** | **int** | The identifier of the factor to enroll the user with. | [readonly]
**display_name** | **str** | A name for the users device |
**number** | **str** | The phone number of the user in E.164 format. |
**verified** | **bool** | Defaults to false. Some factors like SMS or Voice require that a user recieve a token and then that token is supplied to the Verify endpoint before the device is considered active. You can set verfied to `true` which indicates the the users phone number is pre verified and the device can be immediately activated. | [optional]
**verified** | **bool** | Defaults to false. Some factors like SMS or Voice require that a user receive a token and then that token is supplied to the Verify endpoint before the device is considered active. You can set verfied to `true` which indicates the the users phone number is pre verified and the device can be immediately activated. | [optional]

## Example

Expand Down
Loading