name: Attempting
class_comment: null
dependencies: []
properties:
- name: guard
  visibility: public
  comment: '# * The authentication guard name.

    # *

    # * @var string'
- name: credentials
  visibility: public
  comment: '# * The credentials for the user.

    # *

    # * @var array'
- name: remember
  visibility: public
  comment: '# * Indicates if the user should be "remembered".

    # *

    # * @var bool'
methods:
- name: __construct
  visibility: public
  parameters:
  - name: guard
  - name: credentials
  - name: remember
  comment: "# * The authentication guard name.\n# *\n# * @var string\n# */\n# public\
    \ $guard;\n# \n# /**\n# * The credentials for the user.\n# *\n# * @var array\n\
    # */\n# public $credentials;\n# \n# /**\n# * Indicates if the user should be \"\
    remembered\".\n# *\n# * @var bool\n# */\n# public $remember;\n# \n# /**\n# * Create\
    \ a new event instance.\n# *\n# * @param  string  $guard\n# * @param  array  $credentials\n\
    # * @param  bool  $remember\n# * @return void"
traits: []
interfaces: []