pub async fn retrieve_web_authn_credential_with_id(
configuration: &Configuration,
id: &str,
) -> Result<WebAuthnCredentialResponse, Error<RetrieveWebAuthnCredentialWithIdError>>
Expand description
Retrieves the WebAuthn credential for the given Id.