| Crates.io | hive-api-identity |
| lib.rs | hive-api-identity |
| version | 1.0.0 |
| created_at | 2025-12-23 22:28:04.821616+00 |
| updated_at | 2025-12-23 22:28:04.821616+00 |
| description | Api bindings for the Hive Identity API. |
| homepage | https://hiveitsolutions.com |
| repository | https://github.com/hiveitsolutions/sdk-internal |
| max_upload_size | |
| id | 2002466 |
| size | 124,043 |
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
746cae5a74114656d4cd97d312504b87b39da20borg.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named hive-api-identity and add the following to Cargo.toml under [dependencies]:
hive-api-identity = { path = "./hive-api-identity" }
All URIs are relative to https://identity.hiveitsolutions.com
| Class | Method | HTTP request | Description |
|---|
AccountsApi | get_web_authn_login_assertion_options | GET /accounts/webauthn/assertion-options | AccountsApi | post_password_prelogin | POST /accounts/prelogin/password | AccountsApi | post_register | POST /accounts/register | AccountsApi | post_register_finish | POST /accounts/register/finish | AccountsApi | post_register_send_verification_email | POST /accounts/register/send-verification-email | AccountsApi | post_register_verification_email_clicked | POST /accounts/register/verification-email-clicked | InfoApi | get_alive | GET /alive | InfoApi | get_version | GET /version | SsoApi | basic_login | POST /sso/BasicLogin/basic-login | SsoApi | external_callback | GET /sso/ExternalCallback | SsoApi | external_challenge | GET /sso/ExternalChallenge | SsoApi | handle_login_callback | GET /sso/HandleLoginCallback | SsoApi | login | GET /sso/Login | SsoApi | login_with_default_challenge | GET /sso/LoginWithDefaultChallenge | SsoApi | pre_validate | GET /sso/PreValidate |
To get access to the crate's generated documentation, use:
cargo doc --open