class ApiGuard extends TokenGuard

Methods

Authenticatable|null
user()

Get the currently authenticated user.

string
getTokenForRequest()

Get the token for the current request.

Details

at line 16
Authenticatable|null user()

Get the currently authenticated user.

Return Value

Authenticatable|null

at line 54
string getTokenForRequest()

Get the token for the current request.

Return Value

string