AXIAM PHP SDK

WebauthnCredential
in package

Read onlyYes
FinalYes

A credential the user just enrolled — the `201` body of `register/finish` (CONTRACT.md §24.1).

Table of Contents

Properties

$createdAt  : string
$credentialId  : string
$credentialType  : string
$id  : string
$lastUsedAt  : string|null
$name  : string

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $id, string $credentialId, string $name, string $credentialType, string $createdAt[, string|null $lastUsedAt = null ]) : mixed
Parameters
$id : string

This credential's AXIAM id, for a later delete.

$credentialId : string

The authenticator's own base64url credential id.

$name : string

The label it was stored under.

$credentialType : string

passkey or security_key, as the server classified it.

$createdAt : string

RFC 3339 timestamp.

$lastUsedAt : string|null = null

RFC 3339 timestamp, or null for a credential never used.

On this page

Search results