nominal_api/conjure/endpoints/authorization/
mod.rs1#[doc(inline)]
2pub use self::authorization_service::{
3 AuthorizationService, AsyncAuthorizationService, AuthorizationServiceEndpoints,
4 AsyncAuthorizationServiceEndpoints,
5};
6#[doc(inline)]
7pub use self::internal_api_key_service::{
8 InternalApiKeyService, AsyncInternalApiKeyService, InternalApiKeyServiceEndpoints,
9 AsyncInternalApiKeyServiceEndpoints,
10};
11#[doc(inline)]
12pub use self::internal_sandbox_token_service::{
13 InternalSandboxTokenService, AsyncInternalSandboxTokenService,
14 InternalSandboxTokenServiceEndpoints, AsyncInternalSandboxTokenServiceEndpoints,
15};
16pub mod authorization_service;
17pub mod internal_api_key_service;
18pub mod internal_sandbox_token_service;