Prismatic · Arazzo Workflow
Prismatic Rotate Refresh Token
Version 1.0.0
Refresh an access token, use it, then revoke the old refresh token.
View Spec
View on GitHub
Embedded iPaaSIntegrationsWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
rotate-refresh-token
Refresh, validate, and then revoke the prior refresh token.
Refreshes the access token from the supplied refresh token, validates it with a listCustomers query, and finally revokes the original refresh token.
1
refreshToken
refreshAuthToken
Exchange the current refresh token for a fresh JWT access token.
2
validateToken
executeGraphQLQuery
Validate the new access token by running the documented listCustomers GraphQL query.
3
revokeOldToken
revokeAuthToken
Revoke the original refresh token now that a validated access token is in hand.