tokenCreate Mutation
Create JWT token.
tokenCreate(
audience: String
email: String!
password: String!
): CreateToken
Show return type
Arguments
audience ● String
The audience that will be included to JWT tokens with prefix custom:.
email ● String!
Email of a user.
password ● String!
Password of a user.
Type
CreateToken
Create JWT token.