class Aaguids

AAGUID to authenticator name mapping.

Properties

static protected null|array<string, string> $aaguids

The cached AAGUID to name mapping.

Methods

static string|null
labelFor(string $aaguid)

Get the authenticator label for the given AAGUID.

static string
unknown()

Get the unknown AAGUID value.

static array
all()

Get all AAGUID to name mappings.

static void
flushState()

Flush all static state.

Details

at line 24
static string|null labelFor(string $aaguid)

Get the authenticator label for the given AAGUID.

Parameters

string $aaguid

Return Value

string|null

at line 32
static string unknown()

Get the unknown AAGUID value.

Return Value

string

at line 42
static array all()

Get all AAGUID to name mappings.

Return Value

array

at line 51
static void flushState()

Flush all static state.

Return Value

void