Skip to main content

createAuthCode

Generate a one time token to log a user into our application

createAuthCode(
userID: String!
): String

Arguments

createAuthCode.userID ● String! non-null scalar

Partner-provided user ID string. Example: user_nqf478fhia4f

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.