ClientRepository
class ClientRepository extends EntityRepository implements ClientRepositoryInterface (View source)
Methods
ClientEntityInterface
getClientEntity(string $clientIdentifier, string $grantType = null, null|string $clientSecret = null, bool $mustValidateSecret = true)
Get a client.
bool
validateClient(string $clientIdentifier, null|string $clientSecret, null|string $grantType)
Validate a client's secret.
Details
findPublicEntities()
No description
findExpressForms()
No description
findOneByResultsNode(ExpressEntryResults $node)
No description
ClientEntityInterface
getClientEntity(string $clientIdentifier, string $grantType = null, null|string $clientSecret = null, bool $mustValidateSecret = true)
Get a client.
bool
validateClient(string $clientIdentifier, null|string $clientSecret, null|string $grantType)
Validate a client's secret.
Client
find($id, $lockMode = null, $lockVersion = null)
No description