pub type AuthFuture<'a> = Pin<Box<dyn Future<Output = McpResult<AuthenticatedIdentity>> + Send + 'a>>;Expand description
A pinned, boxed future returned by AuthProvider::authenticate.
Aliased Typeยง
pub struct AuthFuture<'a> { /* private fields */ }