class ApiGuard extends TokenGuard

Methods

Authenticatable|void
user()

Get the currently authenticated user.

string
getTokenForRequest()

Get the token for the current request.

Details

at line 16
Authenticatable|void user()

Get the currently authenticated user.

Return Value

Authenticatable|void

at line 57
string getTokenForRequest()

Get the token for the current request.

Return Value

string