Skip to main content

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

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