Class ClientAssertionExtensionOutputs

java.lang.Object
com.yubico.webauthn.data.ClientAssertionExtensionOutputs
All Implemented Interfaces:
ClientExtensionOutputs, ExtensionOutputs

public final class ClientAssertionExtensionOutputs extends Object implements ClientExtensionOutputs
Contains client extension outputs from a navigator.credentials.get() operation.

Note that there is no guarantee that any extension input present in AssertionExtensionInputs will have a corresponding output present here.

The authenticator extension outputs are contained in the AuthenticatorData structure.

See Also: