We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a7cdb commit 45b39acCopy full SHA for 45b39ac
src/GrantType/PasswordCredentials.php
@@ -10,7 +10,6 @@
10
class PasswordCredentials extends GrantTypeBase
11
{
12
protected $grantType = 'password';
13
- protected $required = ['client_id', 'username', 'password'];
14
15
/**
16
* @inheritdoc
0 commit comments