mediatekformation

TokenStorageInterface

The TokenStorageInterface.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

getToken()  : TokenInterface|null
Returns the current security token.
setToken()  : mixed
Sets the authentication token.

Methods

setToken()

Sets the authentication token.

public setToken([TokenInterface|null $token = null ]) : mixed
Parameters
$token : TokenInterface|null = null

A TokenInterface token, or null if no further authentication information should be stored

Return values
mixed

Search results