PHP 클래스 KnpU\OAuth2ClientBundle\Security\Exception\FinishRegistrationException

상속: extends Symfony\Component\Security\Core\Exception\AuthenticationException
파일 보기 프로젝트 열기: knpuniversity/oauth2-client-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $userInfo, string $message = '', integer $code, Exception $previous = null )
getMessageKey ( ) This method should *not* be called normally. The purpose of this exception is to be a "flag" for code that will redirect the user to some "finish registration" page. If this message is shown to your user, then you're missing this piece of your code.
getUserInformation ( )

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $userInfo, string $message = '', integer $code, Exception $previous = null )
$userInfo mixed Any info to be used to help registration
$message string
$code integer
$previous Exception

getMessageKey() 공개 메소드

This method should *not* be called normally. The purpose of this exception is to be a "flag" for code that will redirect the user to some "finish registration" page. If this message is shown to your user, then you're missing this piece of your code.
public getMessageKey ( )

getUserInformation() 공개 메소드

public getUserInformation ( )