filters\auth\CompositeAuth $authMethods

$authMethods public property

The supported authentication methods. This property should take a list of supported authentication methods, each represented by an authentication class or configuration.

If this property is empty, no authentication will be performed.

Note that an auth method class must implement the yii\filters\auth\AuthInterface interface.

public array $authMethods = []
doc_Yii
2016-10-30 17:02:28
Comments
Leave a Comment

Please login to continue.