Module authentication

Source
Expand description

Support for the Hive Authentication API.

Structs§

TrustedDevice
A trusted device is a device that has been confirmed.
User
A user registed with a Hive account.

Enums§

AuthenticationError
Errors that can occur while trying to communicate with the Hive Authentication servers.
ChallengeRequest
The Hive authentication servers have requested a challenge be responded to before the authentication can be completed.
ChallengeResponse
A response to a ChallengeRequest issued by the Hive authentication servers.
DeviceConfirmationError
Errors that can occur while trying to confirm a device in order to make it a crate::authentication::TrustedDevice.