[][src]Module ironoxide::user

SDK user operations

Structs

DeviceCreateOpts

Optional parameters for creating a new device instance.

EncryptedPrivateKey
UserCreateOpts

Options that can be specified at when calling user_create.

UserCreateResult

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_.$#|@/:;=+'-]+$

UserResult

IDs and public key for existing user on verify result

UserUpdatePrivateKeyResult

Traits

UserOps