pub async fn two_factor_get_webauthn_post(
configuration: &Configuration,
secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorGetWebauthnPostError>>
pub async fn two_factor_get_webauthn_post(
configuration: &Configuration,
secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorGetWebauthnPostError>>