From 1b1fbce4d372824c9aba7f0248c5fa0bf26802ab Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 24 Mar 2023 21:43:18 -0400 Subject: oapi: oauth2 --- src/util/schemas/responses/OAuthAuthorizeResponse.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/util/schemas/responses/OAuthAuthorizeResponse.ts (limited to 'src/util/schemas/responses/OAuthAuthorizeResponse.ts') diff --git a/src/util/schemas/responses/OAuthAuthorizeResponse.ts b/src/util/schemas/responses/OAuthAuthorizeResponse.ts new file mode 100644 index 00000000..60d6d2e2 --- /dev/null +++ b/src/util/schemas/responses/OAuthAuthorizeResponse.ts @@ -0,0 +1,3 @@ +export interface OAuthAuthorizeResponse { + location: string; +} -- cgit 1.5.1