* docs: updates following authentication flow changes * generate sidebar * added open api specs * fix up OAS * changes to existing pages * change sidebar items * update marketplace recipe
11 lines
230 B
YAML
11 lines
230 B
YAML
type: object
|
|
description: The authentication's details.
|
|
x-schemaName: AuthResponse
|
|
required:
|
|
- token
|
|
properties:
|
|
token:
|
|
type: string
|
|
title: token
|
|
description: The JWT token used for registration or authentication.
|