Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120826478
IdentityRepository.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
436 B
Referenced Files
None
Subscribers
None
IdentityRepository.php
View Options
<?php
namespace
App\Auth
;
use
OpenIDConnect\Interfaces\IdentityEntityInterface
;
use
OpenIDConnect\Interfaces\IdentityRepositoryInterface
;
class
IdentityRepository
implements
IdentityRepositoryInterface
{
public
function
getByIdentifier
(
string
$identifier
):
IdentityEntityInterface
{
$identityEntity
=
new
IdentityEntity
();
$identityEntity
->
setIdentifier
(
$identifier
);
return
$identityEntity
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:56 AM (1 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
11/25/f0de663f48530e1f3828ee33d1f2
Default Alt Text
IdentityRepository.php (436 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline