mz_frontegg_auth::auth

Type Alias AuthFuture

Source
type AuthFuture = dyn Future<Output = Result<AuthSessionHandle, Error>> + Send;