bitwarden_api_api::apis::web_authn_api

Function webauthn_attestation_options_post

source
pub async fn webauthn_attestation_options_post(
    configuration: &Configuration,
    secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<WebAuthnCredentialCreateOptionsResponseModel, Error<WebauthnAttestationOptionsPostError>>