Files
medusa-store/www/utils/generated/oas-output/schemas/AuthCallbackResponse.ts
Shahed Nasser a28c911c24 docs: update auth docs + add new storefront guides (#9020)
* docs: update auth docs + add new storefront guides

* lint content

* fix vale error

* add callback response schema

* Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx

Co-authored-by: Stevche Radevski <sradevski@live.com>

* Update www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx

Co-authored-by: Stevche Radevski <sradevski@live.com>

* Update www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx

Co-authored-by: Stevche Radevski <sradevski@live.com>

* address PR comments

* replace google -> github

* better explanation for refresh token

---------

Co-authored-by: Stevche Radevski <sradevski@live.com>
2024-09-06 15:26:10 +03:00

15 lines
354 B
TypeScript

/**
* @schema AuthCallbackResponse
* type: object
* description: The authentication's details.
* x-schemaName: AuthCallbackResponse
* required:
* - location
* properties:
* token:
* type: string
* title: location
* description: The location to redirect the user to for further authentication with the third-party provider.
*/