PHP 클래스 AuthBucket\OAuth2\GrantType\PasswordGrantTypeHandler

Note this is a Symfony based specific implementation, 3rd party integration should override this with its own logic.
저자: Wong Hoi Sing Edison ([email protected])
상속: extends AbstractGrantTypeHandler
파일 보기 프로젝트 열기: authbucket/oauth2

공개 메소드들

메소드 설명
handle ( Request $request )

비공개 메소드들

메소드 설명
checkUsername ( Request $request ) : string Fetch username from POST.

메소드 상세

handle() 공개 메소드

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