Skip to main content

ScimTokenStorageFuture

Type Alias ScimTokenStorageFuture 

Source
pub type ScimTokenStorageFuture = Pin<Box<dyn Future<Output = Result<String, RustAuthError>> + Send>>;
Expand description

Boxed future returned by custom token storage callbacks.

Aliased Typeยง

pub struct ScimTokenStorageFuture { /* private fields */ }