MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / kind

Method kind

src/authenticator/src/lib.rs:29–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

27
28impl Authenticator {
29 pub fn kind(&self) -> AuthenticatorKind {
30 match self {
31 Authenticator::Frontegg(_) => AuthenticatorKind::Frontegg,
32 Authenticator::Password(_) => AuthenticatorKind::Password,
33 Authenticator::Sasl(_) => AuthenticatorKind::Sasl,
34 Authenticator::Oidc(_) => AuthenticatorKind::Oidc,
35 Authenticator::None => AuthenticatorKind::None,
36 }
37 }
38}

Callers 1

validate_tokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected