Expand description
Support for the Hive Authentication API.
Structs§
- Trusted
Device - A trusted device is a device that has been confirmed.
- User
- A user registed with a Hive account.
Enums§
- Authentication
Error - Errors that can occur while trying to communicate with the Hive Authentication servers.
- Challenge
Request - The Hive authentication servers have requested a challenge be responded to before the authentication can be completed.
- Challenge
Response - A response to a
ChallengeRequest
issued by the Hive authentication servers. - Device
Confirmation Error - Errors that can occur while trying to confirm a device in order to
make it a
crate::authentication::TrustedDevice
.