| Crates.io | bitwarden-api-identity |
| lib.rs | bitwarden-api-identity |
| version | 1.0.0 |
| created_at | 2023-01-31 14:47:19.708406+00 |
| updated_at | 2024-09-18 12:41:34.116068+00 |
| description | Api bindings for the Bitwarden Identity API. |
| homepage | https://bitwarden.com |
| repository | https://github.com/bitwarden/sdk |
| max_upload_size | |
| id | 772747 |
| size | 82,015 |
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.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named bitwarden-api-identity and add the
following to Cargo.toml under [dependencies]:
bitwarden-api-identity = { path = "./bitwarden-api-identity" }
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AccountsApi | accounts_prelogin_post | POST /accounts/prelogin | |
| AccountsApi | accounts_register_finish_post | POST /accounts/register/finish | |
| AccountsApi | accounts_register_post | POST /accounts/register | |
| AccountsApi | accounts_register_send_verification_email_post | POST /accounts/register/send-verification-email | |
| AccountsApi | accounts_register_verification_email_clicked_post | POST /accounts/register/verification-email-clicked | |
| AccountsApi | accounts_trial_send_verification_email_post | POST /accounts/trial/send-verification-email | |
| AccountsApi | accounts_webauthn_assertion_options_get | GET /accounts/webauthn/assertion-options | |
| InfoApi | alive_get | GET /alive | |
| InfoApi | now_get | GET /now | |
| InfoApi | version_get | GET /version | |
| SsoApi | sso_external_callback_get | GET /sso/ExternalCallback | |
| SsoApi | sso_external_challenge_get | GET /sso/ExternalChallenge | |
| SsoApi | sso_login_get | GET /sso/Login | |
| SsoApi | sso_pre_validate_get | GET /sso/PreValidate |
To get access to the crate's generated documentation, use:
cargo doc --open