class SsoController extends WebApiController

Traits

DispatchesJobs
ValidatesRequests

Properties

static string $permission from  Controller
protected int $pagesize pagesize from  Controller
protected string $ip ip from  Controller
protected Carbon $now now from  Controller
protected string $route route from  Controller
protected string $title title from  Controller
protected PamAccount $pam from  WebApiController

Methods

__construct()

ApiController constructor.

withViews()

No description

seo(mixed ...$args)

seo

Authenticatable|PamAccount
pam()

返回 Jwt 用户

access()

No description

Details

in WebApiController at line 20
__construct()

ApiController constructor.

in Controller at line 67
protected withViews()

No description

in Controller at line 92
protected seo(mixed ...$args)

seo

Parameters

mixed ...$args args

in WebApiController at line 34
protected Authenticatable|PamAccount pam()

返回 Jwt 用户

Return Value

Authenticatable|PamAccount

See also

$pam

at line 18
access()

No description