ApiIdentity
final class ApiIdentity (View source)
Methods
__construct(string $id, string $type, array $scopes = [], string|null $name = null)
id()
string
type()
string
scopes()
array
name()
string|null
hasScope(string $scope)
bool
Details
__construct
__construct(string $id, string $type, array $scopes = [], string|null $name = null)
No description
id
string
id()
No description
type
string
type()
No description
scopes
array
scopes()
No description
name
string|null
name()
No description
hasScope
bool
hasScope(string $scope)
No description