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 628e736 commit 4851705Copy full SHA for 4851705
src/GrantType/RefreshableGrantTypeInterface.php
@@ -14,7 +14,7 @@ interface RefreshableGrantTypeInterface extends GrantTypeInterface
14
*
15
* @param string $refreshToken An OAuth refresh token acquired by this grant type.
16
17
- * @return RefreshTokenGrantType A refresh grant type built from this grant type.
+ * @return GrantTypeInterface A refresh grant type built from this grant type.
18
*/
19
public function getRefreshTokenGrant(string $refreshToken): GrantTypeInterface;
20
}
0 commit comments