PHP Class common\filters\auth\PostParamAuth

Author: Cosmo ([email protected])
Inheritance: extends yii\filters\auth\AuthMethod
Show file Open project: daixianceng/xiaoego.com

Public Properties

Property Type Description
$tokenParam the parameter name for passing the access token

Public Methods

Method Description
authenticate ( $user, $request, $response )

Method Details

authenticate() public method

public authenticate ( $user, $request, $response )

Property Details

$tokenParam public property

the parameter name for passing the access token
public $tokenParam