create_unauthenticated_microkernel

Function create_unauthenticated_microkernel 

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

Create a microkernel server without authentication (for testing)