| 1 | <?php |
||
| 13 | class ClientCredentialsGrantType implements GrantType |
||
| 14 | { |
||
| 15 | private $clientAuthenticator; |
||
| 16 | |||
| 17 | public function __construct(ClientAuthenticator $clientAuthenticator) |
||
| 21 | |||
| 22 | public function grant(TokenRequestAttempt $tokenRequestAttempt) |
||
| 45 | |||
| 46 | public function getRequiredInputData() |
||
| 53 | |||
| 54 | public function getIdentifier() |
||
| 58 | } |
||
| 59 |