Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.WebAuthnCredential
Packages that use WebAuthnCredential
Package
Description
Duo OIDC 2FA login flow API model classes.
-
Uses of WebAuthnCredential in net.shibboleth.idp.plugin.authn.duo.model
Fields in net.shibboleth.idp.plugin.authn.duo.model with type parameters of type WebAuthnCredentialModifier and TypeFieldDescriptionprivate List<WebAuthnCredential>User.Builder.webAuthnCredentialsprivate final List<WebAuthnCredential>User.webAuthnCredentialsThe list of WebAuthn authenticators that this user can use.Methods in net.shibboleth.idp.plugin.authn.duo.model that return WebAuthnCredentialMethods in net.shibboleth.idp.plugin.authn.duo.model that return types with arguments of type WebAuthnCredentialModifier and TypeMethodDescriptionUser.getWebAuthnCredentials()Get a list of WebAuthn authenticators that this user can use.Method parameters in net.shibboleth.idp.plugin.authn.duo.model with type arguments of type WebAuthnCredentialModifier and TypeMethodDescriptionUser.Builder.withWebAuthnCredentials(List<WebAuthnCredential> credentials)