Results
- trait
nominal_api::authentication::api::AsyncAuthenticationServiceV2
This service provides operations for managing user and org …
struct nominal_api::authentication::api::AsyncAuthenticationServiceV2Endpoints
- trait method
nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_profile
&AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<UserV2, Error>>, Send>
Gets the profile of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_settings
&AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<UserSettings, Error>>, Send>
Gets the settings of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_org_settings
&AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<OrgSettings, Error>>, Send>
Gets the settings of the org of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_user
&AsyncAuthenticationServiceV2, BearerToken, UserRid -> <Future<Output=Result<UserV2, Error>>, Send>
Gets a user by RID.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::search_users_v2
&AsyncAuthenticationServiceV2, BearerToken, SearchUsersRequest -> <Future<Output=Result<SearchUsersResponseV2, Error>>, Send>
Searches for users by email and displayName.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_profile
&AsyncAuthenticationServiceV2, BearerToken, UpdateMyProfileRequest -> <Future<Output=Result<UserV2, Error>>, Send>
Updates the profile of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_settings
&AsyncAuthenticationServiceV2, BearerToken, UserSettings -> <Future<Output=Result<UserSettings, Error>>, Send>
Updates the settings of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_org_settings
&AsyncAuthenticationServiceV2, BearerToken, OrgSettings -> <Future<Output=Result<OrgSettings, Error>>, Send>
Updates the settings of the org of the authenticated user.
trait method nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_users
&AsyncAuthenticationServiceV2, BearerToken, BTreeSet<UserRid> -> <Future<Output=Result<BTreeSet<UserV2>, Error>>, Send>
Get users by RID.
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
Try on DuckDuckGo?
Or try looking in one of these:
- The Rust Reference for technical details about the language.
- Rust By Example for expository code examples.
- The Rust Book for introductions to language features and the language itself.
- Docs.rs for documentation of crates released on crates.io.