Skip to main content

nominal_api/conjure/clients/authentication/api/
mod.rs

1#[doc(inline)]
2pub use self::authentication_service_v2::{
3    AuthenticationServiceV2, AuthenticationServiceV2Client, AsyncAuthenticationServiceV2,
4    AsyncAuthenticationServiceV2Client,
5};
6pub mod authentication_service_v2;