Skip to main content

lenso_capability_auth/
lib.rs

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