customer Access Token Create With Multipass
Requires access scope.
Creates a using a multipass token instead of email and password. This enables single sign-on for customers who authenticate through an external system.
If the customer doesn't exist in Shopify, then a new customer record is created automatically. If the customer exists but the record is disabled, then the customer record is re-enabled.
Multipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
Multipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
Caution: Multipass tokens are only valid for 15 minutes and can only be used once. Generate tokens on-the-fly when needed rather than in advance.
Arguments
- multipassToken (String!)
- Anchor to multipassTokenmultipass•String!
Token required A valid multipass token to be authenticated.
Anchor to CustomerAccessTokenCreateWithMultipassPayload returnsCustomer Access Token Create With Multipass Payload returns
- customerAccessToken (CustomerAccessToken)
- customerUserErrors ([CustomerUserError!]!)
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token An access token object associated with the customer.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.