Skip to main content

authToken

Temporary token required for frontend clients (browsers, mobile apps) to access a user's data

authToken(
userID: String
): String

Arguments

authToken.userID ● String 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.