WebAuthn in Keycloak

Hi All,

I am working on one requirement where I have to use webauthn extension in keycloak for password less registration and login .
I use webauthn4j library to implement it and it is working fine with yubikey as authenticator on laptop/desktop.
Now I have to extend it like when user login using mobile phone it should use mobile as authenticator.

I am not sure whether it is valid question or not but is there any way where I can call keycloak plugin (in my case webauthn plugin inside keycloak) using REST call using client.js and it will do all the process which is there in my webauthn plugin and give me response ?

Thanks in advance.