Skip to main content

AuthFuture

Type Alias AuthFuture 

Source
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 */ }