Magidoc

AuthPayload
Object

The AuthPayload output type is used to return the token and user after signing in.

Fields

#

token

Non-null

The JWT of the user, used for authentication

user

Non-null

The user object associated with the authenticated token.

Usages

#

References

#