| Methods |
public
|
__construct(string $binary)
|
#
|
public
|
getRpIdHash(): string
Returns the value of the RP ID hash as a base64url encoded string
Returns the value of the RP ID hash as a base64url encoded string
Returns
|
#
|
public
|
getSignCount(): int
Returns the value of the signature counter.
Returns the value of the signature counter.
Returns
the value of the signature counter
|
#
|
public
|
getAAGUID(): ?string
Returns the AAGUID of the authenticator.
Returns the AAGUID of the authenticator.
The value is formatted in lowercase hex format
(e.g. 00000000-0000-0000-0000-000000000000)
Returns
the AAGUID, or null if the AAGUID is not
included
|
#
|
public
|
isUserPresent(): bool
Returns whether the user was present. If true, the authenticator has
performed a Test of User Presence (TUP), such as touching a button on
the authenticator.
Returns whether the user was present. If true, the authenticator has
performed a Test of User Presence (TUP), such as touching a button on
the authenticator.
Returns
true if the user was present
|
#
|
public
|
isUserVerified(): bool
Returns whether the user was verified. If true, authenticator has
performed verification using e.g. PIN or biometrics
Returns whether the user was verified. If true, authenticator has
performed verification using e.g. PIN or biometrics
Returns
true if the user was verified
|
#
|
public
|
isBackupEligible(): bool
Returns whether the credentials stored in the authenticator can
be backed up, e.g. to the cloud. This allows the credentials
to be used across multiple devices.
Returns whether the credentials stored in the authenticator can
be backed up, e.g. to the cloud. This allows the credentials
to be used across multiple devices.
Returns
true if the authenticator can be backed up
|
#
|
public
|
isBackedUp(): bool
Returns whether the credentials stored in the authenticator has
be backed up.
Returns whether the credentials stored in the authenticator has
be backed up.
This is only meaningful if isBackupEligible() returns true
Returns
true if the authenticator can be backed up
|
#
|