Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminBearerAuthRes.yaml
2023-11-10 14:27:17 +02:00

7 lines
219 B
YAML

type: object
description: The access token of the user, if they're authenticated successfully.
properties:
access_token:
description: Access token that can be used to send authenticated requests.
type: string