pub type ResolveBearerFuture<'a> = Pin<Box<dyn Future<Output = Result<Option<BearerIdentity>, BrokerError>> + Send + 'a>>;Expand description
Owned-future return type for TokenBroker::resolve_bearer.
SP-streamable-http §4.4 + SP-token-broker-phase2 §5.
Aliased Type§
pub struct ResolveBearerFuture<'a> { /* private fields */ }