PHP Class AuthBucket\OAuth2\GrantType\PasswordGrantTypeHandler

Note this is a Symfony based specific implementation, 3rd party integration should override this with its own logic.
Author: Wong Hoi Sing Edison ([email protected])
Inheritance: extends AbstractGrantTypeHandler
Datei anzeigen Open project: authbucket/oauth2

Public Methods

Method Description
handle ( Request $request )

Private Methods

Method Description
checkUsername ( Request $request ) : string Fetch username from POST.

Method Details

handle() public method

public handle ( Request $request )
$request Symfony\Component\HttpFoundation\Request