Documentation

AuthPostResponse200

Table of Contents

$identityToken  : string|null
An opaque token used to authenticate a user after a successful login.
$status  : string|null
The status of the authentication.
getIdentityToken()  : string|null
An opaque token used to authenticate a user after a successful login.
getStatus()  : string|null
The status of the authentication.
setIdentityToken()  : self
An opaque token used to authenticate a user after a successful login.
setStatus()  : self
The status of the authentication.

Properties

$identityToken

An opaque token used to authenticate a user after a successful login.

protected string|null $identityToken

Methods

getIdentityToken()

An opaque token used to authenticate a user after a successful login.

public getIdentityToken() : string|null
Return values
string|null

getStatus()

The status of the authentication.

public getStatus() : string|null
Return values
string|null

setIdentityToken()

An opaque token used to authenticate a user after a successful login.

public setIdentityToken(string|null $identityToken) : self
Parameters
$identityToken : string|null
Return values
self

setStatus()

The status of the authentication.

public setStatus(string|null $status) : self
Parameters
$status : string|null
Return values
self

Search results