Function some_auth::builder

source ยท
pub fn builder<TAuthUser: AuthUser + Debug + Send + Sync>() -> UserServiceBuilder<TAuthUser>
Expand description

Creates builder to configure and build UserService. See also AuthUser