[][src]Module ironoxide::user

SDK user operations

Structs

DeviceCreateOpts

Optional parameters for creating a new device instance.

UserCreateKeyPair

Keypair for a newly created user

UserDevice

Metadata about a user device

UserDeviceListResult

Devices for a user, sorted by the device id

UserId

ID of a user. Unique with in a segment. Must match the regex ^[a-zA-Z0-9_.$#|@/:;=+'-]+$

UserVerifyResult

IDs and public key for existing user on verify result

Traits

UserOps