Class AuthenticatorAssertionExtensionOutputs

java.lang.Object
com.yubico.webauthn.data.AuthenticatorAssertionExtensionOutputs
All Implemented Interfaces:
AuthenticatorExtensionOutputs, ExtensionOutputs

public final class AuthenticatorAssertionExtensionOutputs extends Object implements AuthenticatorExtensionOutputs
Contains authenticator extension outputs from a navigator.credentials.create() operation.

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

The values contained here are parsed from the AuthenticatorData structure.

The client extension outputs are represented by the ClientRegistrationExtensionOutputs type.

See Also: