interface FidoAuthenticationInputValue {
    assertionValue?: AssertionValue;
}

Properties

Properties

assertionValue?: AssertionValue