mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Updated docblocks
This commit is contained in:
		@@ -29,13 +29,13 @@ interface GrantTypeInterface
 | 
			
		||||
    public function __construct(Authorization $authServer);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Returns the grant identifier (used to validate grant_type in OAuth2\AuthServer\issueAccessToken())
 | 
			
		||||
     * Returns the grant identifier (used to validate grant_type in League\OAuth2\Server\Authorization::issueAccessToken())
 | 
			
		||||
     * @return string
 | 
			
		||||
     */
 | 
			
		||||
    public function getIdentifier();
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Returns the response type (used to validate response_type in OAuth2\AuthServer\checkAuthoriseParams())
 | 
			
		||||
     * Returns the response type (used to validate response_type in League\OAuth2\Server\Grant\AuthCode::checkAuthoriseParams())
 | 
			
		||||
     * @return null|string
 | 
			
		||||
     */
 | 
			
		||||
    public function getResponseType();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user