Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/GrantType/RefreshableGrantTypeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface RefreshableGrantTypeInterface extends GrantTypeInterface
*
* @param string $refreshToken An OAuth refresh token acquired by this grant type.
*
* @return RefreshTokenGrantType A refresh grant type built from this grant type.
* @return GrantTypeInterface A refresh grant type built from this grant type.
*/
public function getRefreshTokenGrant(string $refreshToken): GrantTypeInterface;
}