hive-api-identity

Crates.iohive-api-identity
lib.rshive-api-identity
version1.0.0
created_at2025-12-23 22:28:04.821616+00
updated_at2025-12-23 22:28:04.821616+00
descriptionApi bindings for the Hive Identity API.
homepagehttps://hiveitsolutions.com
repositoryhttps://github.com/hiveitsolutions/sdk-internal
max_upload_size
id2002466
size124,043
(Jchildress-hive)

documentation

README

Rust API client for hive-api-identity

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

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.

Installation

Put 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" }

Documentation for API Endpoints

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 |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

Commit count: 0

cargo fmt