bitwarden_api_api::apis::web_authn_api

Function webauthn_post

source
pub async fn webauthn_post(
    configuration: &Configuration,
    web_authn_login_credential_create_request_model: Option<WebAuthnLoginCredentialCreateRequestModel>,
) -> Result<(), Error<WebauthnPostError>>