customer Access Token Renew
Requires access scope.
Extends the validity of a before it expires. The renewed token maintains authenticated access to customer operations.
Renewal must happen before the token's time. If a token has already expired, then use to generate a new token with the customer's credentials.
Store access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
Store access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
Caution: Store access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
Arguments
- customerAccessToken (String!)
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
- customerAccessToken (CustomerAccessToken)
- userErrors ([UserError!]!)
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token The renewed customer access token object.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.