class ApiGuard extendsTokenGuard

Methods

Authenticatable|null
user()

Get the currently authenticated user.

string
getTokenForRequest()

Get the token for the current request.

Details

at line16
Authenticatable|null user()

Get the currently authenticated user.

Return Value

Authenticatable|null

at line54
string getTokenForRequest()

Get the token for the current request.

Return Value

string