AXIAM PHP SDK

WebauthnLoginResult
in package

Read onlyYes
FinalYes

A completed authentication ceremony (CONTRACT.md §24.3).

The tokens are also adopted by the client that produced this value — the server sets the axiam_access / axiam_refresh / axiam_csrf cookie triple alongside them — so a caller who only wants to be signed in can ignore every property here.

Table of Contents

Properties

$accessToken  : Sensitive
$expiresIn  : int
$refreshToken  : Sensitive
$sessionId  : string

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(Sensitive $accessToken, Sensitive $refreshToken, string $sessionId, int $expiresIn) : mixed
Parameters
$accessToken : Sensitive

The new access token (§24.5).

$refreshToken : Sensitive

The new refresh token (§24.5).

$sessionId : string

The session this ceremony established.

$expiresIn : int

The access token's lifetime in seconds.

On this page

Search results