create_oauth_only_microkernel

Function create_oauth_only_microkernel 

Source
pub fn create_oauth_only_microkernel<P: OAuthProviderTrait<S, DefaultClientManager<S>> + 'static, S: OAuthStorage + Clone + 'static>(
    oauth_provider: OAuthProvider<P, S>,
) -> MicrokernelServer<P, S>
Expand description

Create a minimal microkernel server with only OAuth