42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
name: Failed
|
|
class_comment: null
|
|
dependencies: []
|
|
properties:
|
|
- name: guard
|
|
visibility: public
|
|
comment: '# * The authentication guard name.
|
|
|
|
# *
|
|
|
|
# * @var string'
|
|
- name: user
|
|
visibility: public
|
|
comment: '# * The user the attempter was trying to authenticate as.
|
|
|
|
# *
|
|
|
|
# * @var \Illuminate\Contracts\Auth\Authenticatable|null'
|
|
- name: credentials
|
|
visibility: public
|
|
comment: '# * The credentials provided by the attempter.
|
|
|
|
# *
|
|
|
|
# * @var array'
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: guard
|
|
- name: user
|
|
- name: credentials
|
|
comment: "# * The authentication guard name.\n# *\n# * @var string\n# */\n# public\
|
|
\ $guard;\n# \n# /**\n# * The user the attempter was trying to authenticate as.\n\
|
|
# *\n# * @var \\Illuminate\\Contracts\\Auth\\Authenticatable|null\n# */\n# public\
|
|
\ $user;\n# \n# /**\n# * The credentials provided by the attempter.\n# *\n# *\
|
|
\ @var array\n# */\n# public $credentials;\n# \n# /**\n# * Create a new event\
|
|
\ instance.\n# *\n# * @param string $guard\n# * @param \\Illuminate\\Contracts\\\
|
|
Auth\\Authenticatable|null $user\n# * @param array $credentials\n# * @return\
|
|
\ void"
|
|
traits: []
|
|
interfaces: []
|