public static class KnownExtensions


The known extensions that can be transferred as part of the FIDO Credential Exchange Format (CXF). More about these types can found here. The constants defined in this class list the frequently used extensions in CXF, and are not intended to be the exhaustive list.

Summary

Constants

static final @NonNull String

An extension defining how an entity is shared across user accounts.

Public fields

static @NonNull KnownExtensions

Constants

KNOWN_EXTENSION_SHARED

Added in 1.0.0-alpha04
public static final @NonNull String KNOWN_EXTENSION_SHARED

An extension defining how an entity is shared across user accounts.

Public fields

INSTANCE

Added in 1.0.0-alpha04
public static @NonNull KnownExtensions INSTANCE