$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 = []
Please login to continue.