PHP 클래스 CakeDC\Users\Controller\SocialAccountsController

상속: extends CakeDC\Users\Controller\AppController
파일 보기 프로젝트 열기: cakedc/users

공개 메소드들

메소드 설명
initialize ( ) : void Init
resendValidation ( string $provider, string $reference ) : Response | void Resends validation email if required
validateAccount ( string $provider, string $reference, string $token ) : Response Validates social account

메소드 상세

initialize() 공개 메소드

Init
public initialize ( ) : void
리턴 void

resendValidation() 공개 메소드

Resends validation email if required
public resendValidation ( string $provider, string $reference ) : Response | void
$provider string provider
$reference string reference
리턴 Cake\Network\Response | void

validateAccount() 공개 메소드

Validates social account
public validateAccount ( string $provider, string $reference, string $token ) : Response
$provider string provider
$reference string reference
$token string token
리턴 Cake\Network\Response