Aaguids
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.
at line 32
static string
unknown()
Get the unknown AAGUID value.
at line 42
static array
all()
Get all AAGUID to name mappings.
at line 51
static void
flushState()
Flush all static state.