01d4047976
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
7 lines
219 B
YAML
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
|