Skip to main content

get_authenticator

Function get_authenticator 

Source
async fn get_authenticator(
    kind: AuthenticatorKind,
    creds: Option<&Credentials>,
    frontegg: Option<Authenticator>,
    oidc_rx: &Shared<Receiver<GenericOidcAuthenticator>>,
    adapter_client_rx: &Shared<Receiver<Client>>,
) -> Authenticator