tokenCreate
Create JWT token.
tokenCreate(
audience: String
email: String!
password: String!
): CreateToken
Arguments
tokenCreate.audience ● String scalar
The audience that will be included to JWT tokens with prefix
Added in Saleor 3.8custom:.
tokenCreate.email ● String! non-null scalar
Email of a user.
tokenCreate.password ● String! non-null scalar
Password of a user.
Type
CreateToken object
Create JWT token.
Was this page helpful?