From e8be0af3264d0845e056c2971be9bd3f886ca57a Mon Sep 17 00:00:00 2001 From: AllanPazRibeiro Date: Fri, 15 Mar 2024 14:56:16 -0300 Subject: [PATCH] 1.41.1 fix: fix the url import usage on oauth2 chore: update docs --- docs/interfaces/oauth2_IOAuth2.IAuthData.html | 10 +++++----- .../interfaces/oauth2_IOAuth2.IOAuth2Client.html | 12 ++++++------ .../oauth2_IOAuth2.IOAuth2ClientOptions.html | 16 ++++++++-------- package-lock.json | 2 +- package.json | 2 +- src/definition/oauth2/IOAuth2.ts | 2 ++ src/server/oauth2/OAuth2Client.ts | 2 ++ 7 files changed, 25 insertions(+), 21 deletions(-) diff --git a/docs/interfaces/oauth2_IOAuth2.IAuthData.html b/docs/interfaces/oauth2_IOAuth2.IAuthData.html index 9969fbe16..4d71f38ea 100644 --- a/docs/interfaces/oauth2_IOAuth2.IAuthData.html +++ b/docs/interfaces/oauth2_IOAuth2.IAuthData.html @@ -26,7 +26,7 @@

Hierarchy

+
  • Defined in src/definition/oauth2/IOAuth2.ts:10
  • @@ -48,7 +48,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:18
  • refreshToken?: string
    @@ -58,7 +58,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:33
  • scope: string
    @@ -69,7 +69,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:26
  • token: string
    @@ -77,7 +77,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:14
  • +
  • Defined in src/definition/oauth2/IOAuth2.ts:47
  • authUri: string
    @@ -71,7 +71,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:56
  • authorizationCallback?: ((token, user, read, modify, http, persis) => Promise<{
        responseContent?: string;
    }>)
    @@ -103,7 +103,7 @@
    persis: Returns Promise<{
        responseContent?: string;
    }>
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:74
  • defaultScopes?: string[]
    @@ -111,7 +111,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:69
  • refreshTokenUri: string
    @@ -119,7 +119,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:60
  • revokeTokenUri: string
    @@ -127,7 +127,7 @@
    +
  • Defined in src/definition/oauth2/IOAuth2.ts:64