Skip to main content

lenso_capability_auth/
lib.rs

1//! Generated portable contract for the Auth Capability.
2
3#[allow(dead_code)]
4mod contract;
5
6mod generated {
7    include!("generated.rs");
8}
9
10pub use generated::*;
11
12/// The generated Auth Capability marker.
13pub type AuthCapability = Auth;
14/// The generated Auth request value.
15pub type AuthRequest = AuthenticateRequest;
16/// The generated Auth response value.
17pub type AuthResponse = AuthenticateResponse;
18/// The generated Auth Domain Error value.
19pub type AuthError = AuthenticateError;
20/// The generated assertion wire value.
21pub type AuthActorAssertion = AuthenticateResponseAssertion;
22/// The generated response discriminator.
23pub type AuthResponseKind = AuthenticateResponseKind;