AuthCodeExchangeResponse
refresh_tokenstringrequired
Refresh token representing the authenticated yuu member.
id_tokenstringrequired
JWT token used for authenticated requests.
loyaltyCardIdstringrequired
Authenticated yuu loyalty identifier.
AuthCodeExchangeResponse
{
"refresh_token": "string",
"id_token": "string",
"loyaltyCardId": "string"
}