Type Alias mz_frontegg_auth::auth::AuthFuture

source ยท
type AuthFuture = dyn Future<Output = Result<AuthSessionHandle, Error>> + Send;