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
$accessToken
public
Sensitive
$accessToken
$expiresIn
public
int
$expiresIn
$refreshToken
public
Sensitive
$refreshToken
$sessionId
public
string
$sessionId
Methods
__construct()
public
__construct(Sensitive $accessToken, Sensitive $refreshToken, string $sessionId, int $expiresIn) : mixed