web\IdentityInterface validateAuthKey()

validateAuthKey() public abstract method

Validates the given auth key.

This is required if yii\web\User::$enableAutoLogin is enabled.

See also getAuthKey().

public abstract boolean validateAuthKey ( $authKey )
$authKey string

The given auth key

return boolean

Whether the given auth key is valid.

doc_Yii
2016-10-30 17:15:12
Comments
Leave a Comment

Please login to continue.