Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface QYAuthResult

The payload returned within a QueryGN query handler.

Hierarchy

  • QYAuthResult

Index

Properties

Properties

send

send: [string, object, string, object, number]
Name Type Description
res {@link e.response} An HTTP or Socket instance.
msg string A message regarding the response.
usr object The user-info object.
acct {@link string} A username, email, etc.
qry object The query object from the request.
cde number The payload status code (this is NOT the HTTP status).

next

next: QYNext

...