Uses of Enum Class
io.quarkus.security.webauthn.WebAuthnRunTimeConfig.AuthenticatorTransport
Packages that use WebAuthnRunTimeConfig.AuthenticatorTransport
-
Uses of WebAuthnRunTimeConfig.AuthenticatorTransport in io.quarkus.security.webauthn
Methods in io.quarkus.security.webauthn that return WebAuthnRunTimeConfig.AuthenticatorTransportModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WebAuthnRunTimeConfig.AuthenticatorTransport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.security.webauthn that return types with arguments of type WebAuthnRunTimeConfig.AuthenticatorTransportModifier and TypeMethodDescriptionWebAuthnRunTimeConfig.transports()Authenticator Transports allowed by the application.