From 36b23c6cc9698fdc5115ebe5e288b0211390857e Mon Sep 17 00:00:00 2001 From: hf Date: Mon, 17 Jun 2024 08:23:09 +0000 Subject: [PATCH] docs: update f84fb50a4357af49acac6ca151057d2af74d63c9 --- .nojekyll | 0 v2/.nojekyll | 1 + v2/assets/highlight.css | 71 + v2/assets/icons.css | 1043 + v2/assets/icons.png | Bin 0 -> 9615 bytes v2/assets/icons@2x.png | Bin 0 -> 28144 bytes v2/assets/main.js | 52 + v2/assets/search.js | 1 + v2/assets/style.css | 1414 ++ v2/assets/widgets.png | Bin 0 -> 480 bytes v2/assets/widgets@2x.png | Bin 0 -> 855 bytes v2/classes/AuthApiError.html | 8 + v2/classes/AuthError.html | 8 + .../AuthImplicitGrantRedirectError.html | 8 + v2/classes/AuthInvalidCredentialsError.html | 8 + v2/classes/AuthInvalidTokenResponseError.html | 8 + .../AuthPKCEGrantCodeExchangeError.html | 8 + v2/classes/AuthRetryableFetchError.html | 8 + v2/classes/AuthSessionMissingError.html | 8 + v2/classes/AuthUnknownError.html | 8 + v2/classes/AuthWeakPasswordError.html | 14 + v2/classes/CustomAuthError.html | 8 + v2/classes/GoTrueAdminApi.html | 47 + v2/classes/GoTrueClient.html | 139 + .../NavigatorLockAcquireTimeoutError.html | 1 + v2/index.html | 43 + v2/interfaces/AMREntry.html | 11 + v2/interfaces/AdminUserAttributes.html | 36 + v2/interfaces/Factor.html | 15 + v2/interfaces/GenerateLinkOptions.html | 6 + v2/interfaces/GoTrueAdminMFAApi.html | 9 + v2/interfaces/GoTrueMFAApi.html | 38 + v2/interfaces/Session.html | 14 + v2/interfaces/Subscription.html | 7 + v2/interfaces/UpdatableFactorAttributes.html | 1 + v2/interfaces/User.html | 1 + v2/interfaces/UserAppMetadata.html | 1 + v2/interfaces/UserAttributes.html | 13 + v2/interfaces/UserIdentity.html | 1 + v2/interfaces/UserMetadata.html | 1 + v2/interfaces/VerifyEmailOtpParams.html | 11 + v2/interfaces/VerifyMobileOtpParams.html | 11 + v2/interfaces/VerifyTokenHashParams.html | 5 + v2/modules.html | 132 + v2/spec.json | 19873 ++++++++++++++++ 45 files changed, 23092 insertions(+) create mode 100644 .nojekyll create mode 100644 v2/.nojekyll create mode 100644 v2/assets/highlight.css create mode 100644 v2/assets/icons.css create mode 100644 v2/assets/icons.png create mode 100644 v2/assets/icons@2x.png create mode 100644 v2/assets/main.js create mode 100644 v2/assets/search.js create mode 100644 v2/assets/style.css create mode 100644 v2/assets/widgets.png create mode 100644 v2/assets/widgets@2x.png create mode 100644 v2/classes/AuthApiError.html create mode 100644 v2/classes/AuthError.html create mode 100644 v2/classes/AuthImplicitGrantRedirectError.html create mode 100644 v2/classes/AuthInvalidCredentialsError.html create mode 100644 v2/classes/AuthInvalidTokenResponseError.html create mode 100644 v2/classes/AuthPKCEGrantCodeExchangeError.html create mode 100644 v2/classes/AuthRetryableFetchError.html create mode 100644 v2/classes/AuthSessionMissingError.html create mode 100644 v2/classes/AuthUnknownError.html create mode 100644 v2/classes/AuthWeakPasswordError.html create mode 100644 v2/classes/CustomAuthError.html create mode 100644 v2/classes/GoTrueAdminApi.html create mode 100644 v2/classes/GoTrueClient.html create mode 100644 v2/classes/NavigatorLockAcquireTimeoutError.html create mode 100644 v2/index.html create mode 100644 v2/interfaces/AMREntry.html create mode 100644 v2/interfaces/AdminUserAttributes.html create mode 100644 v2/interfaces/Factor.html create mode 100644 v2/interfaces/GenerateLinkOptions.html create mode 100644 v2/interfaces/GoTrueAdminMFAApi.html create mode 100644 v2/interfaces/GoTrueMFAApi.html create mode 100644 v2/interfaces/Session.html create mode 100644 v2/interfaces/Subscription.html create mode 100644 v2/interfaces/UpdatableFactorAttributes.html create mode 100644 v2/interfaces/User.html create mode 100644 v2/interfaces/UserAppMetadata.html create mode 100644 v2/interfaces/UserAttributes.html create mode 100644 v2/interfaces/UserIdentity.html create mode 100644 v2/interfaces/UserMetadata.html create mode 100644 v2/interfaces/VerifyEmailOtpParams.html create mode 100644 v2/interfaces/VerifyMobileOtpParams.html create mode 100644 v2/interfaces/VerifyTokenHashParams.html create mode 100644 v2/modules.html create mode 100644 v2/spec.json diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/v2/.nojekyll b/v2/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/v2/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/v2/assets/highlight.css b/v2/assets/highlight.css new file mode 100644 index 000000000..6da9756be --- /dev/null +++ b/v2/assets/highlight.css @@ -0,0 +1,71 @@ +:root { + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #AF00DB; + --dark-hl-1: #C586C0; + --light-hl-2: #001080; + --dark-hl-2: #9CDCFE; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #0000FF; + --dark-hl-4: #569CD6; + --light-hl-5: #0070C1; + --dark-hl-5: #4FC1FF; + --light-hl-6: #795E26; + --dark-hl-6: #DCDCAA; + --light-code-background: #F5F5F5; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +pre, code { background: var(--code-background); } diff --git a/v2/assets/icons.css b/v2/assets/icons.css new file mode 100644 index 000000000..776a3562d --- /dev/null +++ b/v2/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/v2/assets/icons.png b/v2/assets/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..3836d5fe46e48bbe186116855aae879c23935327 GIT binary patch literal 9615 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 NZmR35l_G4O{0}dcmS_L~ literal 0 HcmV?d00001 diff --git a/v2/assets/icons@2x.png b/v2/assets/icons@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0 GIT binary patch literal 28144 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 Ce=Object.create;var ue=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&i!==r&&ue(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t};var Fe=(t,e,r)=>(r=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ue(r,"default",{value:t,enumerable:!0}):r,t));var pe=Me((de,fe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,u],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?h+=2:a==l&&(r+=n[u+1]*i[h+1],u+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),p;f in s.node.edges?p=s.node.edges[f]:(p=new t.TokenSet,s.node.edges[f]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof de=="object"?fe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ce=[];function N(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ie=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onScroll(){this.scrollTop=window.scrollY||0;let r=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(r),this.hideShowToolbar()}hideShowToolbar(){var n;let r=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,r!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(n=this.secondaryNav)==null||n.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},Q=ie;Q.instance=new ie;var X=class extends k{constructor(r){super(r);this.anchors=[];this.index=-1;Q.instance.addEventListener("resize",()=>this.onResize()),Q.instance.addEventListener("scroll",n=>this.onScroll(n)),this.createAnchors()}createAnchors(){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substr(0,r.indexOf("#"))),this.el.querySelectorAll("a").forEach(n=>{let i=n.href;if(i.indexOf("#")==-1||i.substr(0,r.length)!=r)return;let s=i.substr(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=n.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let r;for(let i=0,s=this.anchors.length;ii.position-s.position);let n=new CustomEvent("scroll",{detail:{scrollTop:Q.instance.scrollTop}});this.onScroll(n)}onScroll(r){let n=r.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>n;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var he=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var ge=Fe(pe());function ye(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ae(t,n,r,s)}function Ae(t,e,r,n){r.addEventListener("input",he(()=>{He(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?ze(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ge.Index.load(window.searchData.index))}function He(t,e,r,n){var o,a;if(Ve(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let l=0;lu.score-l.score);for(let l=0,u=Math.min(10,s.length);l${ve(h.parent,i)}.${f}`);let p=document.createElement("li");p.classList.value=(a=h.classes)!=null?a:"";let E=document.createElement("a");E.href=n.base+h.url,E.classList.add("tsd-kind-icon"),E.innerHTML=f,p.append(E),e.appendChild(p)}}function me(t,e){var n,i;let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let s=r;if(e===1)do s=(n=s.nextElementSibling)!=null?n:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);else do s=(i=s.previousElementSibling)!=null?i:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);s&&(r.classList.remove("current"),s.classList.add("current"))}}function ze(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(se(t.substring(s,o)),`${se(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(se(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var oe=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},Z=class extends k{constructor(r){super(r);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(n=>{n.addEventListener("touchstart",i=>this.onClick(i)),n.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(r){if(r<0&&(r=0),r>this.groups.length-1&&(r=this.groups.length-1),this.index==r)return;let n=this.groups[r];if(this.index>-1){let i=this.groups[this.index];i.removeClass("current").addClass("fade-out"),n.addClass("current"),n.addClass("fade-in"),Q.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),n.removeClass("fade-in")},300)}else n.addClass("current"),Q.instance.triggerResize();this.index=r}createGroups(){let r=this.el.children;if(r.length<2)return;this.container=this.el.nextElementSibling;let n=this.container.children;this.groups=[];for(let i=0;i{n.signature===r.currentTarget&&this.setIndex(i)})}};var C="mousedown",Le="mousemove",_="mouseup",K={x:0,y:0},xe=!1,ae=!1,je=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(je=!0,C="touchstart",Le="touchmove",_="touchend");document.addEventListener(C,t=>{ae=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=K.x-(e.pageX||0),n=K.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends k{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(C,n=>this.onDocumentPointerDown(n)),document.addEventListener(_,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){A||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!A&&this.active&&r.target.closest(".col-menu")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substr(0,i.indexOf("#"))),n.href.substr(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},re=class extends te{initialize(){let r=document.querySelector("#tsd-filter-"+this.key);!r||(this.checkbox=r,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(r,n){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(r){return r=="true"}toLocalStorage(r){return r?"true":"false"}},le=class extends te{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let r=document.querySelector("#tsd-filter-"+this.key);if(!r)return;this.select=r;let n=()=>{this.select.classList.add("active")},i=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,n),this.select.addEventListener("mouseover",n),this.select.addEventListener("mouseleave",i),this.select.querySelectorAll("li").forEach(s=>{s.addEventListener(_,o=>{r.classList.remove("active"),this.setValue(o.target.dataset.value||"")})}),document.addEventListener(C,s=>{this.select.contains(s.target)||this.select.classList.remove("active")})}handleValueChange(r,n){this.select.querySelectorAll("li.selected").forEach(o=>{o.classList.remove("selected")});let i=this.select.querySelector('li[data-value="'+n+'"]'),s=this.select.querySelector(".tsd-select-label");i&&s&&(i.classList.add("selected"),s.textContent=i.textContent),document.documentElement.classList.remove("toggle-"+r),document.documentElement.classList.add("toggle-"+n)}fromLocalStorage(r){return r}toLocalStorage(r){return r}},j=class extends k{constructor(r){super(r);this.optionVisibility=new le("visibility","private"),this.optionInherited=new re("inherited",!0),this.optionExternals=new re("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}ye();N(X,".menu-highlight");N(Z,".tsd-signatures");N(ee,"a[data-toggle]");j.isSupported()?N(j,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&we(Te);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/v2/assets/search.js b/v2/assets/search.js new file mode 100644 index 000000000..378f76c12 --- /dev/null +++ b/v2/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":128,\"name\":\"GoTrueAdminApi\",\"url\":\"classes/GoTrueAdminApi.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GoTrueAdminApi.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":2,\"kind\":1024,\"name\":\"mfa\",\"url\":\"classes/GoTrueAdminApi.html#mfa\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":3,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/GoTrueAdminApi.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":4,\"kind\":2048,\"name\":\"inviteUserByEmail\",\"url\":\"classes/GoTrueAdminApi.html#inviteUserByEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":5,\"kind\":2048,\"name\":\"generateLink\",\"url\":\"classes/GoTrueAdminApi.html#generateLink\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":6,\"kind\":2048,\"name\":\"createUser\",\"url\":\"classes/GoTrueAdminApi.html#createUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":7,\"kind\":2048,\"name\":\"listUsers\",\"url\":\"classes/GoTrueAdminApi.html#listUsers\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":8,\"kind\":2048,\"name\":\"getUserById\",\"url\":\"classes/GoTrueAdminApi.html#getUserById\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":9,\"kind\":2048,\"name\":\"updateUserById\",\"url\":\"classes/GoTrueAdminApi.html#updateUserById\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":10,\"kind\":2048,\"name\":\"deleteUser\",\"url\":\"classes/GoTrueAdminApi.html#deleteUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueAdminApi\"},{\"id\":11,\"kind\":128,\"name\":\"GoTrueClient\",\"url\":\"classes/GoTrueClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":12,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GoTrueClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":13,\"kind\":1024,\"name\":\"admin\",\"url\":\"classes/GoTrueClient.html#admin\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":14,\"kind\":1024,\"name\":\"mfa\",\"url\":\"classes/GoTrueClient.html#mfa\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":15,\"kind\":2048,\"name\":\"initialize\",\"url\":\"classes/GoTrueClient.html#initialize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":16,\"kind\":2048,\"name\":\"signInAnonymously\",\"url\":\"classes/GoTrueClient.html#signInAnonymously\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":17,\"kind\":2048,\"name\":\"signUp\",\"url\":\"classes/GoTrueClient.html#signUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":18,\"kind\":2048,\"name\":\"signInWithPassword\",\"url\":\"classes/GoTrueClient.html#signInWithPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":19,\"kind\":2048,\"name\":\"signInWithOAuth\",\"url\":\"classes/GoTrueClient.html#signInWithOAuth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":20,\"kind\":2048,\"name\":\"exchangeCodeForSession\",\"url\":\"classes/GoTrueClient.html#exchangeCodeForSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":21,\"kind\":2048,\"name\":\"signInWithIdToken\",\"url\":\"classes/GoTrueClient.html#signInWithIdToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":22,\"kind\":2048,\"name\":\"signInWithOtp\",\"url\":\"classes/GoTrueClient.html#signInWithOtp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":23,\"kind\":2048,\"name\":\"verifyOtp\",\"url\":\"classes/GoTrueClient.html#verifyOtp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":24,\"kind\":2048,\"name\":\"signInWithSSO\",\"url\":\"classes/GoTrueClient.html#signInWithSSO\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":25,\"kind\":2048,\"name\":\"reauthenticate\",\"url\":\"classes/GoTrueClient.html#reauthenticate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":26,\"kind\":2048,\"name\":\"resend\",\"url\":\"classes/GoTrueClient.html#resend\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":27,\"kind\":2048,\"name\":\"getSession\",\"url\":\"classes/GoTrueClient.html#getSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":28,\"kind\":2048,\"name\":\"getUser\",\"url\":\"classes/GoTrueClient.html#getUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":29,\"kind\":2048,\"name\":\"updateUser\",\"url\":\"classes/GoTrueClient.html#updateUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":30,\"kind\":2048,\"name\":\"setSession\",\"url\":\"classes/GoTrueClient.html#setSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":31,\"kind\":2048,\"name\":\"refreshSession\",\"url\":\"classes/GoTrueClient.html#refreshSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":32,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/GoTrueClient.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":33,\"kind\":2048,\"name\":\"onAuthStateChange\",\"url\":\"classes/GoTrueClient.html#onAuthStateChange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":34,\"kind\":2048,\"name\":\"resetPasswordForEmail\",\"url\":\"classes/GoTrueClient.html#resetPasswordForEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":35,\"kind\":2048,\"name\":\"getUserIdentities\",\"url\":\"classes/GoTrueClient.html#getUserIdentities\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":36,\"kind\":2048,\"name\":\"linkIdentity\",\"url\":\"classes/GoTrueClient.html#linkIdentity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":37,\"kind\":2048,\"name\":\"unlinkIdentity\",\"url\":\"classes/GoTrueClient.html#unlinkIdentity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":38,\"kind\":2048,\"name\":\"startAutoRefresh\",\"url\":\"classes/GoTrueClient.html#startAutoRefresh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":39,\"kind\":2048,\"name\":\"stopAutoRefresh\",\"url\":\"classes/GoTrueClient.html#stopAutoRefresh\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GoTrueClient\"},{\"id\":40,\"kind\":32,\"name\":\"AuthAdminApi\",\"url\":\"modules.html#AuthAdminApi\",\"classes\":\"tsd-kind-variable\"},{\"id\":41,\"kind\":32,\"name\":\"AuthClient\",\"url\":\"modules.html#AuthClient\",\"classes\":\"tsd-kind-variable\"},{\"id\":42,\"kind\":64,\"name\":\"navigatorLock\",\"url\":\"modules.html#navigatorLock\",\"classes\":\"tsd-kind-function tsd-has-type-parameter\"},{\"id\":43,\"kind\":128,\"name\":\"NavigatorLockAcquireTimeoutError\",\"url\":\"classes/NavigatorLockAcquireTimeoutError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":44,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NavigatorLockAcquireTimeoutError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NavigatorLockAcquireTimeoutError\"},{\"id\":45,\"kind\":1024,\"name\":\"isAcquireTimeout\",\"url\":\"classes/NavigatorLockAcquireTimeoutError.html#isAcquireTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"NavigatorLockAcquireTimeoutError\"},{\"id\":46,\"kind\":32,\"name\":\"lockInternals\",\"url\":\"modules.html#lockInternals\",\"classes\":\"tsd-kind-variable\"},{\"id\":47,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#lockInternals.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"lockInternals\"},{\"id\":48,\"kind\":1024,\"name\":\"debug\",\"url\":\"modules.html#lockInternals.__type.debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"lockInternals.__type\"},{\"id\":49,\"kind\":4194304,\"name\":\"Provider\",\"url\":\"modules.html#Provider\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":50,\"kind\":4194304,\"name\":\"AuthChangeEventMFA\",\"url\":\"modules.html#AuthChangeEventMFA\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":51,\"kind\":4194304,\"name\":\"AuthChangeEvent\",\"url\":\"modules.html#AuthChangeEvent\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":52,\"kind\":4194304,\"name\":\"LockFunc\",\"url\":\"modules.html#LockFunc\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":53,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#LockFunc.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-has-type-parameter\",\"parent\":\"LockFunc\"},{\"id\":54,\"kind\":4194304,\"name\":\"GoTrueClientOptions\",\"url\":\"modules.html#GoTrueClientOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":55,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GoTrueClientOptions.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GoTrueClientOptions\"},{\"id\":56,\"kind\":1024,\"name\":\"url\",\"url\":\"modules.html#GoTrueClientOptions.__type.url\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":57,\"kind\":1024,\"name\":\"headers\",\"url\":\"modules.html#GoTrueClientOptions.__type.headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":58,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GoTrueClientOptions.__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":59,\"kind\":1024,\"name\":\"storageKey\",\"url\":\"modules.html#GoTrueClientOptions.__type.storageKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":60,\"kind\":1024,\"name\":\"detectSessionInUrl\",\"url\":\"modules.html#GoTrueClientOptions.__type.detectSessionInUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":61,\"kind\":1024,\"name\":\"autoRefreshToken\",\"url\":\"modules.html#GoTrueClientOptions.__type.autoRefreshToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":62,\"kind\":1024,\"name\":\"persistSession\",\"url\":\"modules.html#GoTrueClientOptions.__type.persistSession\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":63,\"kind\":1024,\"name\":\"storage\",\"url\":\"modules.html#GoTrueClientOptions.__type.storage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":64,\"kind\":1024,\"name\":\"fetch\",\"url\":\"modules.html#GoTrueClientOptions.__type.fetch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":65,\"kind\":1024,\"name\":\"flowType\",\"url\":\"modules.html#GoTrueClientOptions.__type.flowType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":66,\"kind\":1024,\"name\":\"debug\",\"url\":\"modules.html#GoTrueClientOptions.__type.debug\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":67,\"kind\":1024,\"name\":\"lock\",\"url\":\"modules.html#GoTrueClientOptions.__type.lock\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":68,\"kind\":1024,\"name\":\"hasCustomAuthorizationHeader\",\"url\":\"modules.html#GoTrueClientOptions.__type.hasCustomAuthorizationHeader\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GoTrueClientOptions.__type\"},{\"id\":69,\"kind\":4194304,\"name\":\"WeakPasswordReasons\",\"url\":\"modules.html#WeakPasswordReasons\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":70,\"kind\":4194304,\"name\":\"WeakPassword\",\"url\":\"modules.html#WeakPassword\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":71,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#WeakPassword.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"WeakPassword\"},{\"id\":72,\"kind\":1024,\"name\":\"reasons\",\"url\":\"modules.html#WeakPassword.__type.reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WeakPassword.__type\"},{\"id\":73,\"kind\":1024,\"name\":\"message\",\"url\":\"modules.html#WeakPassword.__type.message\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WeakPassword.__type\"},{\"id\":74,\"kind\":4194304,\"name\":\"AuthResponse\",\"url\":\"modules.html#AuthResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":75,\"kind\":4194304,\"name\":\"AuthResponsePassword\",\"url\":\"modules.html#AuthResponsePassword\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":76,\"kind\":4194304,\"name\":\"AuthOtpResponse\",\"url\":\"modules.html#AuthOtpResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":77,\"kind\":4194304,\"name\":\"AuthTokenResponse\",\"url\":\"modules.html#AuthTokenResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":78,\"kind\":4194304,\"name\":\"AuthTokenResponsePassword\",\"url\":\"modules.html#AuthTokenResponsePassword\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":79,\"kind\":4194304,\"name\":\"OAuthResponse\",\"url\":\"modules.html#OAuthResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":80,\"kind\":4194304,\"name\":\"SSOResponse\",\"url\":\"modules.html#SSOResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":81,\"kind\":4194304,\"name\":\"UserResponse\",\"url\":\"modules.html#UserResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":82,\"kind\":256,\"name\":\"Session\",\"url\":\"interfaces/Session.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":83,\"kind\":1024,\"name\":\"provider_token\",\"url\":\"interfaces/Session.html#provider_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":84,\"kind\":1024,\"name\":\"provider_refresh_token\",\"url\":\"interfaces/Session.html#provider_refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":85,\"kind\":1024,\"name\":\"access_token\",\"url\":\"interfaces/Session.html#access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":86,\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"interfaces/Session.html#refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":87,\"kind\":1024,\"name\":\"expires_in\",\"url\":\"interfaces/Session.html#expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":88,\"kind\":1024,\"name\":\"expires_at\",\"url\":\"interfaces/Session.html#expires_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":89,\"kind\":1024,\"name\":\"token_type\",\"url\":\"interfaces/Session.html#token_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":90,\"kind\":1024,\"name\":\"user\",\"url\":\"interfaces/Session.html#user\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Session\"},{\"id\":91,\"kind\":256,\"name\":\"AMREntry\",\"url\":\"interfaces/AMREntry.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":92,\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/AMREntry.html#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AMREntry\"},{\"id\":93,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/AMREntry.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AMREntry\"},{\"id\":94,\"kind\":256,\"name\":\"UserIdentity\",\"url\":\"interfaces/UserIdentity.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":95,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/UserIdentity.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":96,\"kind\":1024,\"name\":\"user_id\",\"url\":\"interfaces/UserIdentity.html#user_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":97,\"kind\":1024,\"name\":\"identity_data\",\"url\":\"interfaces/UserIdentity.html#identity_data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":98,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/UserIdentity.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":99,\"kind\":1024,\"name\":\"identity_id\",\"url\":\"interfaces/UserIdentity.html#identity_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":100,\"kind\":1024,\"name\":\"provider\",\"url\":\"interfaces/UserIdentity.html#provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":101,\"kind\":1024,\"name\":\"created_at\",\"url\":\"interfaces/UserIdentity.html#created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":102,\"kind\":1024,\"name\":\"last_sign_in_at\",\"url\":\"interfaces/UserIdentity.html#last_sign_in_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":103,\"kind\":1024,\"name\":\"updated_at\",\"url\":\"interfaces/UserIdentity.html#updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserIdentity\"},{\"id\":104,\"kind\":256,\"name\":\"Factor\",\"url\":\"interfaces/Factor.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":105,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Factor.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":106,\"kind\":1024,\"name\":\"friendly_name\",\"url\":\"interfaces/Factor.html#friendly_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":107,\"kind\":1024,\"name\":\"factor_type\",\"url\":\"interfaces/Factor.html#factor_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":108,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/Factor.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":109,\"kind\":1024,\"name\":\"created_at\",\"url\":\"interfaces/Factor.html#created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":110,\"kind\":1024,\"name\":\"updated_at\",\"url\":\"interfaces/Factor.html#updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Factor\"},{\"id\":111,\"kind\":256,\"name\":\"UserAppMetadata\",\"url\":\"interfaces/UserAppMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":112,\"kind\":1024,\"name\":\"provider\",\"url\":\"interfaces/UserAppMetadata.html#provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAppMetadata\"},{\"id\":113,\"kind\":256,\"name\":\"UserMetadata\",\"url\":\"interfaces/UserMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":114,\"kind\":256,\"name\":\"User\",\"url\":\"interfaces/User.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":115,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/User.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":116,\"kind\":1024,\"name\":\"app_metadata\",\"url\":\"interfaces/User.html#app_metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":117,\"kind\":1024,\"name\":\"user_metadata\",\"url\":\"interfaces/User.html#user_metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":118,\"kind\":1024,\"name\":\"aud\",\"url\":\"interfaces/User.html#aud\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":119,\"kind\":1024,\"name\":\"confirmation_sent_at\",\"url\":\"interfaces/User.html#confirmation_sent_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":120,\"kind\":1024,\"name\":\"recovery_sent_at\",\"url\":\"interfaces/User.html#recovery_sent_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":121,\"kind\":1024,\"name\":\"email_change_sent_at\",\"url\":\"interfaces/User.html#email_change_sent_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":122,\"kind\":1024,\"name\":\"new_email\",\"url\":\"interfaces/User.html#new_email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":123,\"kind\":1024,\"name\":\"new_phone\",\"url\":\"interfaces/User.html#new_phone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":124,\"kind\":1024,\"name\":\"invited_at\",\"url\":\"interfaces/User.html#invited_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":125,\"kind\":1024,\"name\":\"action_link\",\"url\":\"interfaces/User.html#action_link\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":126,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/User.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":127,\"kind\":1024,\"name\":\"phone\",\"url\":\"interfaces/User.html#phone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":128,\"kind\":1024,\"name\":\"created_at\",\"url\":\"interfaces/User.html#created_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":129,\"kind\":1024,\"name\":\"confirmed_at\",\"url\":\"interfaces/User.html#confirmed_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":130,\"kind\":1024,\"name\":\"email_confirmed_at\",\"url\":\"interfaces/User.html#email_confirmed_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":131,\"kind\":1024,\"name\":\"phone_confirmed_at\",\"url\":\"interfaces/User.html#phone_confirmed_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":132,\"kind\":1024,\"name\":\"last_sign_in_at\",\"url\":\"interfaces/User.html#last_sign_in_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":133,\"kind\":1024,\"name\":\"role\",\"url\":\"interfaces/User.html#role\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":134,\"kind\":1024,\"name\":\"updated_at\",\"url\":\"interfaces/User.html#updated_at\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":135,\"kind\":1024,\"name\":\"identities\",\"url\":\"interfaces/User.html#identities\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":136,\"kind\":1024,\"name\":\"is_anonymous\",\"url\":\"interfaces/User.html#is_anonymous\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":137,\"kind\":1024,\"name\":\"factors\",\"url\":\"interfaces/User.html#factors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"id\":138,\"kind\":256,\"name\":\"UserAttributes\",\"url\":\"interfaces/UserAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":139,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/UserAttributes.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAttributes\"},{\"id\":140,\"kind\":1024,\"name\":\"phone\",\"url\":\"interfaces/UserAttributes.html#phone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAttributes\"},{\"id\":141,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/UserAttributes.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAttributes\"},{\"id\":142,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/UserAttributes.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAttributes\"},{\"id\":143,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/UserAttributes.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UserAttributes\"},{\"id\":144,\"kind\":256,\"name\":\"AdminUserAttributes\",\"url\":\"interfaces/AdminUserAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":145,\"kind\":1024,\"name\":\"user_metadata\",\"url\":\"interfaces/AdminUserAttributes.html#user_metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":146,\"kind\":1024,\"name\":\"app_metadata\",\"url\":\"interfaces/AdminUserAttributes.html#app_metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":147,\"kind\":1024,\"name\":\"email_confirm\",\"url\":\"interfaces/AdminUserAttributes.html#email_confirm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":148,\"kind\":1024,\"name\":\"phone_confirm\",\"url\":\"interfaces/AdminUserAttributes.html#phone_confirm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":149,\"kind\":1024,\"name\":\"ban_duration\",\"url\":\"interfaces/AdminUserAttributes.html#ban_duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":150,\"kind\":1024,\"name\":\"role\",\"url\":\"interfaces/AdminUserAttributes.html#role\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AdminUserAttributes\"},{\"id\":151,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/AdminUserAttributes.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AdminUserAttributes\"},{\"id\":152,\"kind\":1024,\"name\":\"nonce\",\"url\":\"interfaces/AdminUserAttributes.html#nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AdminUserAttributes\"},{\"id\":153,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/AdminUserAttributes.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AdminUserAttributes\"},{\"id\":154,\"kind\":1024,\"name\":\"phone\",\"url\":\"interfaces/AdminUserAttributes.html#phone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AdminUserAttributes\"},{\"id\":155,\"kind\":256,\"name\":\"Subscription\",\"url\":\"interfaces/Subscription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":156,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Subscription.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Subscription\"},{\"id\":157,\"kind\":2048,\"name\":\"callback\",\"url\":\"interfaces/Subscription.html#callback\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Subscription\"},{\"id\":158,\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"interfaces/Subscription.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"Subscription\"},{\"id\":159,\"kind\":256,\"name\":\"UpdatableFactorAttributes\",\"url\":\"interfaces/UpdatableFactorAttributes.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":160,\"kind\":1024,\"name\":\"friendlyName\",\"url\":\"interfaces/UpdatableFactorAttributes.html#friendlyName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdatableFactorAttributes\"},{\"id\":161,\"kind\":4194304,\"name\":\"SignInAnonymouslyCredentials\",\"url\":\"modules.html#SignInAnonymouslyCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":162,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInAnonymouslyCredentials.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignInAnonymouslyCredentials\"},{\"id\":163,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#SignInAnonymouslyCredentials.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInAnonymouslyCredentials.__type\"},{\"id\":164,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInAnonymouslyCredentials.__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"SignInAnonymouslyCredentials.__type\"},{\"id\":165,\"kind\":1024,\"name\":\"data\",\"url\":\"modules.html#SignInAnonymouslyCredentials.__type.__type-1.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInAnonymouslyCredentials.__type.__type\"},{\"id\":166,\"kind\":1024,\"name\":\"captchaToken\",\"url\":\"modules.html#SignInAnonymouslyCredentials.__type.__type-1.captchaToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInAnonymouslyCredentials.__type.__type\"},{\"id\":167,\"kind\":4194304,\"name\":\"SignUpWithPasswordCredentials\",\"url\":\"modules.html#SignUpWithPasswordCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":168,\"kind\":4194304,\"name\":\"SignInWithPasswordCredentials\",\"url\":\"modules.html#SignInWithPasswordCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":169,\"kind\":4194304,\"name\":\"SignInWithPasswordlessCredentials\",\"url\":\"modules.html#SignInWithPasswordlessCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":170,\"kind\":4194304,\"name\":\"AuthFlowType\",\"url\":\"modules.html#AuthFlowType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":171,\"kind\":4194304,\"name\":\"SignInWithOAuthCredentials\",\"url\":\"modules.html#SignInWithOAuthCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":172,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignInWithOAuthCredentials\"},{\"id\":173,\"kind\":1024,\"name\":\"provider\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type\"},{\"id\":174,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type\"},{\"id\":175,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type\"},{\"id\":176,\"kind\":1024,\"name\":\"redirectTo\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1.redirectTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type.__type\"},{\"id\":177,\"kind\":1024,\"name\":\"scopes\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1.scopes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type.__type\"},{\"id\":178,\"kind\":1024,\"name\":\"queryParams\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1.queryParams\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type.__type\"},{\"id\":179,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type.__type\"},{\"id\":180,\"kind\":1024,\"name\":\"skipBrowserRedirect\",\"url\":\"modules.html#SignInWithOAuthCredentials.__type.__type-1.skipBrowserRedirect\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithOAuthCredentials.__type.__type\"},{\"id\":181,\"kind\":4194304,\"name\":\"SignInWithIdTokenCredentials\",\"url\":\"modules.html#SignInWithIdTokenCredentials\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":182,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignInWithIdTokenCredentials\"},{\"id\":183,\"kind\":1024,\"name\":\"provider\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.provider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":184,\"kind\":1024,\"name\":\"token\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":185,\"kind\":1024,\"name\":\"access_token\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":186,\"kind\":1024,\"name\":\"nonce\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.nonce\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":187,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":188,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type\"},{\"id\":189,\"kind\":1024,\"name\":\"captchaToken\",\"url\":\"modules.html#SignInWithIdTokenCredentials.__type.__type-1.captchaToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignInWithIdTokenCredentials.__type.__type\"},{\"id\":190,\"kind\":4194304,\"name\":\"VerifyOtpParams\",\"url\":\"modules.html#VerifyOtpParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":191,\"kind\":256,\"name\":\"VerifyMobileOtpParams\",\"url\":\"interfaces/VerifyMobileOtpParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":192,\"kind\":1024,\"name\":\"phone\",\"url\":\"interfaces/VerifyMobileOtpParams.html#phone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyMobileOtpParams\"},{\"id\":193,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/VerifyMobileOtpParams.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyMobileOtpParams\"},{\"id\":194,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/VerifyMobileOtpParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyMobileOtpParams\"},{\"id\":195,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/VerifyMobileOtpParams.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyMobileOtpParams\"},{\"id\":196,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/VerifyMobileOtpParams.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"VerifyMobileOtpParams\"},{\"id\":197,\"kind\":1024,\"name\":\"redirectTo\",\"url\":\"interfaces/VerifyMobileOtpParams.html#__type.redirectTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VerifyMobileOtpParams.__type\"},{\"id\":198,\"kind\":1024,\"name\":\"captchaToken\",\"url\":\"interfaces/VerifyMobileOtpParams.html#__type.captchaToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VerifyMobileOtpParams.__type\"},{\"id\":199,\"kind\":256,\"name\":\"VerifyEmailOtpParams\",\"url\":\"interfaces/VerifyEmailOtpParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":200,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/VerifyEmailOtpParams.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyEmailOtpParams\"},{\"id\":201,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/VerifyEmailOtpParams.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyEmailOtpParams\"},{\"id\":202,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/VerifyEmailOtpParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyEmailOtpParams\"},{\"id\":203,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/VerifyEmailOtpParams.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyEmailOtpParams\"},{\"id\":204,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/VerifyEmailOtpParams.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"VerifyEmailOtpParams\"},{\"id\":205,\"kind\":1024,\"name\":\"redirectTo\",\"url\":\"interfaces/VerifyEmailOtpParams.html#__type.redirectTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VerifyEmailOtpParams.__type\"},{\"id\":206,\"kind\":1024,\"name\":\"captchaToken\",\"url\":\"interfaces/VerifyEmailOtpParams.html#__type.captchaToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"VerifyEmailOtpParams.__type\"},{\"id\":207,\"kind\":256,\"name\":\"VerifyTokenHashParams\",\"url\":\"interfaces/VerifyTokenHashParams.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":208,\"kind\":1024,\"name\":\"token_hash\",\"url\":\"interfaces/VerifyTokenHashParams.html#token_hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyTokenHashParams\"},{\"id\":209,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/VerifyTokenHashParams.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VerifyTokenHashParams\"},{\"id\":210,\"kind\":4194304,\"name\":\"MobileOtpType\",\"url\":\"modules.html#MobileOtpType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":211,\"kind\":4194304,\"name\":\"EmailOtpType\",\"url\":\"modules.html#EmailOtpType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":212,\"kind\":4194304,\"name\":\"ResendParams\",\"url\":\"modules.html#ResendParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":213,\"kind\":4194304,\"name\":\"SignInWithSSO\",\"url\":\"modules.html#SignInWithSSO\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":214,\"kind\":4194304,\"name\":\"GenerateSignupLinkParams\",\"url\":\"modules.html#GenerateSignupLinkParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":215,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenerateSignupLinkParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenerateSignupLinkParams\"},{\"id\":216,\"kind\":1024,\"name\":\"type\",\"url\":\"modules.html#GenerateSignupLinkParams.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateSignupLinkParams.__type\"},{\"id\":217,\"kind\":1024,\"name\":\"email\",\"url\":\"modules.html#GenerateSignupLinkParams.__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateSignupLinkParams.__type\"},{\"id\":218,\"kind\":1024,\"name\":\"password\",\"url\":\"modules.html#GenerateSignupLinkParams.__type.password\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateSignupLinkParams.__type\"},{\"id\":219,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#GenerateSignupLinkParams.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateSignupLinkParams.__type\"},{\"id\":220,\"kind\":4194304,\"name\":\"GenerateInviteOrMagiclinkParams\",\"url\":\"modules.html#GenerateInviteOrMagiclinkParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":221,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenerateInviteOrMagiclinkParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenerateInviteOrMagiclinkParams\"},{\"id\":222,\"kind\":1024,\"name\":\"type\",\"url\":\"modules.html#GenerateInviteOrMagiclinkParams.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateInviteOrMagiclinkParams.__type\"},{\"id\":223,\"kind\":1024,\"name\":\"email\",\"url\":\"modules.html#GenerateInviteOrMagiclinkParams.__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateInviteOrMagiclinkParams.__type\"},{\"id\":224,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#GenerateInviteOrMagiclinkParams.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateInviteOrMagiclinkParams.__type\"},{\"id\":225,\"kind\":4194304,\"name\":\"GenerateRecoveryLinkParams\",\"url\":\"modules.html#GenerateRecoveryLinkParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":226,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenerateRecoveryLinkParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenerateRecoveryLinkParams\"},{\"id\":227,\"kind\":1024,\"name\":\"type\",\"url\":\"modules.html#GenerateRecoveryLinkParams.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateRecoveryLinkParams.__type\"},{\"id\":228,\"kind\":1024,\"name\":\"email\",\"url\":\"modules.html#GenerateRecoveryLinkParams.__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateRecoveryLinkParams.__type\"},{\"id\":229,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#GenerateRecoveryLinkParams.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateRecoveryLinkParams.__type\"},{\"id\":230,\"kind\":4194304,\"name\":\"GenerateEmailChangeLinkParams\",\"url\":\"modules.html#GenerateEmailChangeLinkParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":231,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenerateEmailChangeLinkParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenerateEmailChangeLinkParams\"},{\"id\":232,\"kind\":1024,\"name\":\"type\",\"url\":\"modules.html#GenerateEmailChangeLinkParams.__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateEmailChangeLinkParams.__type\"},{\"id\":233,\"kind\":1024,\"name\":\"email\",\"url\":\"modules.html#GenerateEmailChangeLinkParams.__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateEmailChangeLinkParams.__type\"},{\"id\":234,\"kind\":1024,\"name\":\"newEmail\",\"url\":\"modules.html#GenerateEmailChangeLinkParams.__type.newEmail\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateEmailChangeLinkParams.__type\"},{\"id\":235,\"kind\":1024,\"name\":\"options\",\"url\":\"modules.html#GenerateEmailChangeLinkParams.__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateEmailChangeLinkParams.__type\"},{\"id\":236,\"kind\":256,\"name\":\"GenerateLinkOptions\",\"url\":\"interfaces/GenerateLinkOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":237,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/GenerateLinkOptions.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GenerateLinkOptions\"},{\"id\":238,\"kind\":1024,\"name\":\"redirectTo\",\"url\":\"interfaces/GenerateLinkOptions.html#redirectTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GenerateLinkOptions\"},{\"id\":239,\"kind\":4194304,\"name\":\"GenerateLinkParams\",\"url\":\"modules.html#GenerateLinkParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":240,\"kind\":4194304,\"name\":\"GenerateLinkResponse\",\"url\":\"modules.html#GenerateLinkResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":241,\"kind\":4194304,\"name\":\"GenerateLinkProperties\",\"url\":\"modules.html#GenerateLinkProperties\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":242,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenerateLinkProperties.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenerateLinkProperties\"},{\"id\":243,\"kind\":1024,\"name\":\"action_link\",\"url\":\"modules.html#GenerateLinkProperties.__type.action_link\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateLinkProperties.__type\"},{\"id\":244,\"kind\":1024,\"name\":\"email_otp\",\"url\":\"modules.html#GenerateLinkProperties.__type.email_otp\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateLinkProperties.__type\"},{\"id\":245,\"kind\":1024,\"name\":\"hashed_token\",\"url\":\"modules.html#GenerateLinkProperties.__type.hashed_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateLinkProperties.__type\"},{\"id\":246,\"kind\":1024,\"name\":\"redirect_to\",\"url\":\"modules.html#GenerateLinkProperties.__type.redirect_to\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateLinkProperties.__type\"},{\"id\":247,\"kind\":1024,\"name\":\"verification_type\",\"url\":\"modules.html#GenerateLinkProperties.__type.verification_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GenerateLinkProperties.__type\"},{\"id\":248,\"kind\":4194304,\"name\":\"GenerateLinkType\",\"url\":\"modules.html#GenerateLinkType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":249,\"kind\":4194304,\"name\":\"MFAEnrollParams\",\"url\":\"modules.html#MFAEnrollParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":250,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MFAEnrollParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MFAEnrollParams\"},{\"id\":251,\"kind\":1024,\"name\":\"factorType\",\"url\":\"modules.html#MFAEnrollParams.__type.factorType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAEnrollParams.__type\"},{\"id\":252,\"kind\":1024,\"name\":\"issuer\",\"url\":\"modules.html#MFAEnrollParams.__type.issuer\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAEnrollParams.__type\"},{\"id\":253,\"kind\":1024,\"name\":\"friendlyName\",\"url\":\"modules.html#MFAEnrollParams.__type.friendlyName\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAEnrollParams.__type\"},{\"id\":254,\"kind\":4194304,\"name\":\"MFAUnenrollParams\",\"url\":\"modules.html#MFAUnenrollParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":255,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MFAUnenrollParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MFAUnenrollParams\"},{\"id\":256,\"kind\":1024,\"name\":\"factorId\",\"url\":\"modules.html#MFAUnenrollParams.__type.factorId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAUnenrollParams.__type\"},{\"id\":257,\"kind\":4194304,\"name\":\"MFAVerifyParams\",\"url\":\"modules.html#MFAVerifyParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":258,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MFAVerifyParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MFAVerifyParams\"},{\"id\":259,\"kind\":1024,\"name\":\"factorId\",\"url\":\"modules.html#MFAVerifyParams.__type.factorId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAVerifyParams.__type\"},{\"id\":260,\"kind\":1024,\"name\":\"challengeId\",\"url\":\"modules.html#MFAVerifyParams.__type.challengeId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAVerifyParams.__type\"},{\"id\":261,\"kind\":1024,\"name\":\"code\",\"url\":\"modules.html#MFAVerifyParams.__type.code\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAVerifyParams.__type\"},{\"id\":262,\"kind\":4194304,\"name\":\"MFAChallengeParams\",\"url\":\"modules.html#MFAChallengeParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":263,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MFAChallengeParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MFAChallengeParams\"},{\"id\":264,\"kind\":1024,\"name\":\"factorId\",\"url\":\"modules.html#MFAChallengeParams.__type.factorId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAChallengeParams.__type\"},{\"id\":265,\"kind\":4194304,\"name\":\"MFAChallengeAndVerifyParams\",\"url\":\"modules.html#MFAChallengeAndVerifyParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":266,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MFAChallengeAndVerifyParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MFAChallengeAndVerifyParams\"},{\"id\":267,\"kind\":1024,\"name\":\"factorId\",\"url\":\"modules.html#MFAChallengeAndVerifyParams.__type.factorId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAChallengeAndVerifyParams.__type\"},{\"id\":268,\"kind\":1024,\"name\":\"code\",\"url\":\"modules.html#MFAChallengeAndVerifyParams.__type.code\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"MFAChallengeAndVerifyParams.__type\"},{\"id\":269,\"kind\":4194304,\"name\":\"AuthMFAVerifyResponse\",\"url\":\"modules.html#AuthMFAVerifyResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":270,\"kind\":4194304,\"name\":\"AuthMFAEnrollResponse\",\"url\":\"modules.html#AuthMFAEnrollResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":271,\"kind\":4194304,\"name\":\"AuthMFAUnenrollResponse\",\"url\":\"modules.html#AuthMFAUnenrollResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":272,\"kind\":4194304,\"name\":\"AuthMFAChallengeResponse\",\"url\":\"modules.html#AuthMFAChallengeResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":273,\"kind\":4194304,\"name\":\"AuthMFAListFactorsResponse\",\"url\":\"modules.html#AuthMFAListFactorsResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":274,\"kind\":4194304,\"name\":\"AuthenticatorAssuranceLevels\",\"url\":\"modules.html#AuthenticatorAssuranceLevels\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":275,\"kind\":4194304,\"name\":\"AuthMFAGetAuthenticatorAssuranceLevelResponse\",\"url\":\"modules.html#AuthMFAGetAuthenticatorAssuranceLevelResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":276,\"kind\":256,\"name\":\"GoTrueMFAApi\",\"url\":\"interfaces/GoTrueMFAApi.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":277,\"kind\":2048,\"name\":\"enroll\",\"url\":\"interfaces/GoTrueMFAApi.html#enroll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":278,\"kind\":2048,\"name\":\"challenge\",\"url\":\"interfaces/GoTrueMFAApi.html#challenge\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":279,\"kind\":2048,\"name\":\"verify\",\"url\":\"interfaces/GoTrueMFAApi.html#verify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":280,\"kind\":2048,\"name\":\"unenroll\",\"url\":\"interfaces/GoTrueMFAApi.html#unenroll\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":281,\"kind\":2048,\"name\":\"challengeAndVerify\",\"url\":\"interfaces/GoTrueMFAApi.html#challengeAndVerify\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":282,\"kind\":2048,\"name\":\"listFactors\",\"url\":\"interfaces/GoTrueMFAApi.html#listFactors\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":283,\"kind\":2048,\"name\":\"getAuthenticatorAssuranceLevel\",\"url\":\"interfaces/GoTrueMFAApi.html#getAuthenticatorAssuranceLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueMFAApi\"},{\"id\":284,\"kind\":4194304,\"name\":\"AuthMFAAdminDeleteFactorResponse\",\"url\":\"modules.html#AuthMFAAdminDeleteFactorResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":285,\"kind\":4194304,\"name\":\"AuthMFAAdminDeleteFactorParams\",\"url\":\"modules.html#AuthMFAAdminDeleteFactorParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":286,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AuthMFAAdminDeleteFactorParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AuthMFAAdminDeleteFactorParams\"},{\"id\":287,\"kind\":1024,\"name\":\"id\",\"url\":\"modules.html#AuthMFAAdminDeleteFactorParams.__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthMFAAdminDeleteFactorParams.__type\"},{\"id\":288,\"kind\":1024,\"name\":\"userId\",\"url\":\"modules.html#AuthMFAAdminDeleteFactorParams.__type.userId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthMFAAdminDeleteFactorParams.__type\"},{\"id\":289,\"kind\":4194304,\"name\":\"AuthMFAAdminListFactorsResponse\",\"url\":\"modules.html#AuthMFAAdminListFactorsResponse\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":290,\"kind\":4194304,\"name\":\"AuthMFAAdminListFactorsParams\",\"url\":\"modules.html#AuthMFAAdminListFactorsParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":291,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AuthMFAAdminListFactorsParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AuthMFAAdminListFactorsParams\"},{\"id\":292,\"kind\":1024,\"name\":\"userId\",\"url\":\"modules.html#AuthMFAAdminListFactorsParams.__type.userId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthMFAAdminListFactorsParams.__type\"},{\"id\":293,\"kind\":256,\"name\":\"GoTrueAdminMFAApi\",\"url\":\"interfaces/GoTrueAdminMFAApi.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":294,\"kind\":2048,\"name\":\"listFactors\",\"url\":\"interfaces/GoTrueAdminMFAApi.html#listFactors\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueAdminMFAApi\"},{\"id\":295,\"kind\":2048,\"name\":\"deleteFactor\",\"url\":\"interfaces/GoTrueAdminMFAApi.html#deleteFactor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"GoTrueAdminMFAApi\"},{\"id\":296,\"kind\":4194304,\"name\":\"SupportedStorage\",\"url\":\"modules.html#SupportedStorage\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":297,\"kind\":4194304,\"name\":\"InitializeResult\",\"url\":\"modules.html#InitializeResult\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":298,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#InitializeResult.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"InitializeResult\"},{\"id\":299,\"kind\":1024,\"name\":\"error\",\"url\":\"modules.html#InitializeResult.__type.error\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"InitializeResult.__type\"},{\"id\":300,\"kind\":4194304,\"name\":\"CallRefreshTokenResult\",\"url\":\"modules.html#CallRefreshTokenResult\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":301,\"kind\":4194304,\"name\":\"Pagination\",\"url\":\"modules.html#Pagination\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":302,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Pagination.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Pagination\"},{\"id\":303,\"kind\":1024,\"name\":\"nextPage\",\"url\":\"modules.html#Pagination.__type.nextPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Pagination.__type\"},{\"id\":304,\"kind\":1024,\"name\":\"lastPage\",\"url\":\"modules.html#Pagination.__type.lastPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Pagination.__type\"},{\"id\":305,\"kind\":1024,\"name\":\"total\",\"url\":\"modules.html#Pagination.__type.total\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Pagination.__type\"},{\"id\":306,\"kind\":4194304,\"name\":\"PageParams\",\"url\":\"modules.html#PageParams\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":307,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#PageParams.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"PageParams\"},{\"id\":308,\"kind\":1024,\"name\":\"page\",\"url\":\"modules.html#PageParams.__type.page\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PageParams.__type\"},{\"id\":309,\"kind\":1024,\"name\":\"perPage\",\"url\":\"modules.html#PageParams.__type.perPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PageParams.__type\"},{\"id\":310,\"kind\":4194304,\"name\":\"SignOut\",\"url\":\"modules.html#SignOut\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":311,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#SignOut.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SignOut\"},{\"id\":312,\"kind\":1024,\"name\":\"scope\",\"url\":\"modules.html#SignOut.__type.scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"SignOut.__type\"},{\"id\":313,\"kind\":64,\"name\":\"isAuthError\",\"url\":\"modules.html#isAuthError\",\"classes\":\"tsd-kind-function\"},{\"id\":314,\"kind\":64,\"name\":\"isAuthApiError\",\"url\":\"modules.html#isAuthApiError\",\"classes\":\"tsd-kind-function\"},{\"id\":315,\"kind\":64,\"name\":\"isAuthRetryableFetchError\",\"url\":\"modules.html#isAuthRetryableFetchError\",\"classes\":\"tsd-kind-function\"},{\"id\":316,\"kind\":64,\"name\":\"isAuthWeakPasswordError\",\"url\":\"modules.html#isAuthWeakPasswordError\",\"classes\":\"tsd-kind-function\"},{\"id\":317,\"kind\":128,\"name\":\"AuthError\",\"url\":\"classes/AuthError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":318,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthError\"},{\"id\":319,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthError\"},{\"id\":320,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthError\"},{\"id\":321,\"kind\":128,\"name\":\"AuthApiError\",\"url\":\"classes/AuthApiError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":322,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthApiError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthApiError\"},{\"id\":323,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthApiError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthApiError\"},{\"id\":324,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthApiError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthApiError\"},{\"id\":325,\"kind\":128,\"name\":\"AuthUnknownError\",\"url\":\"classes/AuthUnknownError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":326,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthUnknownError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthUnknownError\"},{\"id\":327,\"kind\":1024,\"name\":\"originalError\",\"url\":\"classes/AuthUnknownError.html#originalError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthUnknownError\"},{\"id\":328,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthUnknownError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthUnknownError\"},{\"id\":329,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthUnknownError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthUnknownError\"},{\"id\":330,\"kind\":128,\"name\":\"CustomAuthError\",\"url\":\"classes/CustomAuthError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":331,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CustomAuthError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CustomAuthError\"},{\"id\":332,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/CustomAuthError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CustomAuthError\"},{\"id\":333,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/CustomAuthError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"CustomAuthError\"},{\"id\":334,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/CustomAuthError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CustomAuthError\"},{\"id\":335,\"kind\":128,\"name\":\"AuthSessionMissingError\",\"url\":\"classes/AuthSessionMissingError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":336,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthSessionMissingError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthSessionMissingError\"},{\"id\":337,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthSessionMissingError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthSessionMissingError\"},{\"id\":338,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthSessionMissingError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthSessionMissingError\"},{\"id\":339,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthSessionMissingError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthSessionMissingError\"},{\"id\":340,\"kind\":128,\"name\":\"AuthInvalidTokenResponseError\",\"url\":\"classes/AuthInvalidTokenResponseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":341,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthInvalidTokenResponseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthInvalidTokenResponseError\"},{\"id\":342,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthInvalidTokenResponseError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidTokenResponseError\"},{\"id\":343,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthInvalidTokenResponseError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidTokenResponseError\"},{\"id\":344,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthInvalidTokenResponseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidTokenResponseError\"},{\"id\":345,\"kind\":128,\"name\":\"AuthInvalidCredentialsError\",\"url\":\"classes/AuthInvalidCredentialsError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":346,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthInvalidCredentialsError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthInvalidCredentialsError\"},{\"id\":347,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthInvalidCredentialsError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidCredentialsError\"},{\"id\":348,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthInvalidCredentialsError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidCredentialsError\"},{\"id\":349,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthInvalidCredentialsError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthInvalidCredentialsError\"},{\"id\":350,\"kind\":128,\"name\":\"AuthImplicitGrantRedirectError\",\"url\":\"classes/AuthImplicitGrantRedirectError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":351,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":352,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":353,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":354,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":355,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":356,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthImplicitGrantRedirectError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthImplicitGrantRedirectError\"},{\"id\":357,\"kind\":128,\"name\":\"AuthPKCEGrantCodeExchangeError\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":358,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":359,\"kind\":1024,\"name\":\"details\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#details\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":360,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":361,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":362,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":363,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthPKCEGrantCodeExchangeError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthPKCEGrantCodeExchangeError\"},{\"id\":364,\"kind\":128,\"name\":\"AuthRetryableFetchError\",\"url\":\"classes/AuthRetryableFetchError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":365,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthRetryableFetchError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthRetryableFetchError\"},{\"id\":366,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthRetryableFetchError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthRetryableFetchError\"},{\"id\":367,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthRetryableFetchError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthRetryableFetchError\"},{\"id\":368,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthRetryableFetchError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthRetryableFetchError\"},{\"id\":369,\"kind\":128,\"name\":\"AuthWeakPasswordError\",\"url\":\"classes/AuthWeakPasswordError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":370,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AuthWeakPasswordError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AuthWeakPasswordError\"},{\"id\":371,\"kind\":1024,\"name\":\"reasons\",\"url\":\"classes/AuthWeakPasswordError.html#reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"AuthWeakPasswordError\"},{\"id\":372,\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AuthWeakPasswordError.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthWeakPasswordError\"},{\"id\":373,\"kind\":1024,\"name\":\"status\",\"url\":\"classes/AuthWeakPasswordError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthWeakPasswordError\"},{\"id\":374,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/AuthWeakPasswordError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AuthWeakPasswordError\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,34.872]],[\"parent/0\",[]],[\"name/1\",[1,32.554]],[\"parent/1\",[0,3.057]],[\"name/2\",[2,50.133]],[\"parent/2\",[0,3.057]],[\"name/3\",[3,44.255]],[\"parent/3\",[0,3.057]],[\"name/4\",[4,55.241]],[\"parent/4\",[0,3.057]],[\"name/5\",[5,55.241]],[\"parent/5\",[0,3.057]],[\"name/6\",[6,55.241]],[\"parent/6\",[0,3.057]],[\"name/7\",[7,55.241]],[\"parent/7\",[0,3.057]],[\"name/8\",[8,55.241]],[\"parent/8\",[0,3.057]],[\"name/9\",[9,55.241]],[\"parent/9\",[0,3.057]],[\"name/10\",[10,55.241]],[\"parent/10\",[0,3.057]],[\"name/11\",[11,25.452]],[\"parent/11\",[]],[\"name/12\",[1,32.554]],[\"parent/12\",[11,2.231]],[\"name/13\",[12,55.241]],[\"parent/13\",[11,2.231]],[\"name/14\",[2,50.133]],[\"parent/14\",[11,2.231]],[\"name/15\",[13,55.241]],[\"parent/15\",[11,2.231]],[\"name/16\",[14,55.241]],[\"parent/16\",[11,2.231]],[\"name/17\",[15,55.241]],[\"parent/17\",[11,2.231]],[\"name/18\",[16,55.241]],[\"parent/18\",[11,2.231]],[\"name/19\",[17,55.241]],[\"parent/19\",[11,2.231]],[\"name/20\",[18,55.241]],[\"parent/20\",[11,2.231]],[\"name/21\",[19,55.241]],[\"parent/21\",[11,2.231]],[\"name/22\",[20,55.241]],[\"parent/22\",[11,2.231]],[\"name/23\",[21,55.241]],[\"parent/23\",[11,2.231]],[\"name/24\",[22,50.133]],[\"parent/24\",[11,2.231]],[\"name/25\",[23,55.241]],[\"parent/25\",[11,2.231]],[\"name/26\",[24,55.241]],[\"parent/26\",[11,2.231]],[\"name/27\",[25,55.241]],[\"parent/27\",[11,2.231]],[\"name/28\",[26,55.241]],[\"parent/28\",[11,2.231]],[\"name/29\",[27,55.241]],[\"parent/29\",[11,2.231]],[\"name/30\",[28,55.241]],[\"parent/30\",[11,2.231]],[\"name/31\",[29,55.241]],[\"parent/31\",[11,2.231]],[\"name/32\",[3,44.255]],[\"parent/32\",[11,2.231]],[\"name/33\",[30,55.241]],[\"parent/33\",[11,2.231]],[\"name/34\",[31,55.241]],[\"parent/34\",[11,2.231]],[\"name/35\",[32,55.241]],[\"parent/35\",[11,2.231]],[\"name/36\",[33,55.241]],[\"parent/36\",[11,2.231]],[\"name/37\",[34,55.241]],[\"parent/37\",[11,2.231]],[\"name/38\",[35,55.241]],[\"parent/38\",[11,2.231]],[\"name/39\",[36,55.241]],[\"parent/39\",[11,2.231]],[\"name/40\",[37,55.241]],[\"parent/40\",[]],[\"name/41\",[38,55.241]],[\"parent/41\",[]],[\"name/42\",[39,55.241]],[\"parent/42\",[]],[\"name/43\",[40,46.768]],[\"parent/43\",[]],[\"name/44\",[1,32.554]],[\"parent/44\",[40,4.1]],[\"name/45\",[41,55.241]],[\"parent/45\",[40,4.1]],[\"name/46\",[42,50.133]],[\"parent/46\",[]],[\"name/47\",[43,24.796]],[\"parent/47\",[42,4.395]],[\"name/48\",[44,50.133]],[\"parent/48\",[45,4.842]],[\"name/49\",[46,42.248]],[\"parent/49\",[]],[\"name/50\",[47,55.241]],[\"parent/50\",[]],[\"name/51\",[48,55.241]],[\"parent/51\",[]],[\"name/52\",[49,50.133]],[\"parent/52\",[]],[\"name/53\",[43,24.796]],[\"parent/53\",[49,4.395]],[\"name/54\",[50,50.133]],[\"parent/54\",[]],[\"name/55\",[43,24.796]],[\"parent/55\",[50,4.395]],[\"name/56\",[51,55.241]],[\"parent/56\",[52,2.916]],[\"name/57\",[53,55.241]],[\"parent/57\",[52,2.916]],[\"name/58\",[43,24.796]],[\"parent/58\",[52,2.916]],[\"name/59\",[54,55.241]],[\"parent/59\",[52,2.916]],[\"name/60\",[55,55.241]],[\"parent/60\",[52,2.916]],[\"name/61\",[56,55.241]],[\"parent/61\",[52,2.916]],[\"name/62\",[57,55.241]],[\"parent/62\",[52,2.916]],[\"name/63\",[58,55.241]],[\"parent/63\",[52,2.916]],[\"name/64\",[59,55.241]],[\"parent/64\",[52,2.916]],[\"name/65\",[60,55.241]],[\"parent/65\",[52,2.916]],[\"name/66\",[44,50.133]],[\"parent/66\",[52,2.916]],[\"name/67\",[61,55.241]],[\"parent/67\",[52,2.916]],[\"name/68\",[62,55.241]],[\"parent/68\",[52,2.916]],[\"name/69\",[63,55.241]],[\"parent/69\",[]],[\"name/70\",[64,50.133]],[\"parent/70\",[]],[\"name/71\",[43,24.796]],[\"parent/71\",[64,4.395]],[\"name/72\",[65,50.133]],[\"parent/72\",[66,4.395]],[\"name/73\",[67,55.241]],[\"parent/73\",[66,4.395]],[\"name/74\",[68,55.241]],[\"parent/74\",[]],[\"name/75\",[69,55.241]],[\"parent/75\",[]],[\"name/76\",[70,55.241]],[\"parent/76\",[]],[\"name/77\",[71,55.241]],[\"parent/77\",[]],[\"name/78\",[72,55.241]],[\"parent/78\",[]],[\"name/79\",[73,55.241]],[\"parent/79\",[]],[\"name/80\",[74,55.241]],[\"parent/80\",[]],[\"name/81\",[75,55.241]],[\"parent/81\",[]],[\"name/82\",[76,36.783]],[\"parent/82\",[]],[\"name/83\",[77,55.241]],[\"parent/83\",[76,3.224]],[\"name/84\",[78,55.241]],[\"parent/84\",[76,3.224]],[\"name/85\",[79,50.133]],[\"parent/85\",[76,3.224]],[\"name/86\",[80,55.241]],[\"parent/86\",[76,3.224]],[\"name/87\",[81,55.241]],[\"parent/87\",[76,3.224]],[\"name/88\",[82,55.241]],[\"parent/88\",[76,3.224]],[\"name/89\",[83,55.241]],[\"parent/89\",[76,3.224]],[\"name/90\",[84,26.909]],[\"parent/90\",[76,3.224]],[\"name/91\",[85,46.768]],[\"parent/91\",[]],[\"name/92\",[86,55.241]],[\"parent/92\",[85,4.1]],[\"name/93\",[87,55.241]],[\"parent/93\",[85,4.1]],[\"name/94\",[88,35.782]],[\"parent/94\",[]],[\"name/95\",[89,42.248]],[\"parent/95\",[88,3.137]],[\"name/96\",[90,55.241]],[\"parent/96\",[88,3.137]],[\"name/97\",[91,55.241]],[\"parent/97\",[88,3.137]],[\"name/98\",[43,24.796]],[\"parent/98\",[88,3.137]],[\"name/99\",[92,55.241]],[\"parent/99\",[88,3.137]],[\"name/100\",[46,42.248]],[\"parent/100\",[88,3.137]],[\"name/101\",[93,46.768]],[\"parent/101\",[88,3.137]],[\"name/102\",[94,50.133]],[\"parent/102\",[88,3.137]],[\"name/103\",[95,46.768]],[\"parent/103\",[88,3.137]],[\"name/104\",[96,39.147]],[\"parent/104\",[]],[\"name/105\",[89,42.248]],[\"parent/105\",[96,3.432]],[\"name/106\",[97,55.241]],[\"parent/106\",[96,3.432]],[\"name/107\",[98,55.241]],[\"parent/107\",[96,3.432]],[\"name/108\",[99,34.039]],[\"parent/108\",[96,3.432]],[\"name/109\",[93,46.768]],[\"parent/109\",[96,3.432]],[\"name/110\",[95,46.768]],[\"parent/110\",[96,3.432]],[\"name/111\",[100,50.133]],[\"parent/111\",[]],[\"name/112\",[46,42.248]],[\"parent/112\",[100,4.395]],[\"name/113\",[101,55.241]],[\"parent/113\",[]],[\"name/114\",[84,26.909]],[\"parent/114\",[]],[\"name/115\",[89,42.248]],[\"parent/115\",[84,2.359]],[\"name/116\",[102,50.133]],[\"parent/116\",[84,2.359]],[\"name/117\",[103,50.133]],[\"parent/117\",[84,2.359]],[\"name/118\",[104,55.241]],[\"parent/118\",[84,2.359]],[\"name/119\",[105,55.241]],[\"parent/119\",[84,2.359]],[\"name/120\",[106,55.241]],[\"parent/120\",[84,2.359]],[\"name/121\",[107,55.241]],[\"parent/121\",[84,2.359]],[\"name/122\",[108,55.241]],[\"parent/122\",[84,2.359]],[\"name/123\",[109,55.241]],[\"parent/123\",[84,2.359]],[\"name/124\",[110,55.241]],[\"parent/124\",[84,2.359]],[\"name/125\",[111,50.133]],[\"parent/125\",[84,2.359]],[\"name/126\",[112,37.895]],[\"parent/126\",[84,2.359]],[\"name/127\",[113,44.255]],[\"parent/127\",[84,2.359]],[\"name/128\",[93,46.768]],[\"parent/128\",[84,2.359]],[\"name/129\",[114,55.241]],[\"parent/129\",[84,2.359]],[\"name/130\",[115,55.241]],[\"parent/130\",[84,2.359]],[\"name/131\",[116,55.241]],[\"parent/131\",[84,2.359]],[\"name/132\",[94,50.133]],[\"parent/132\",[84,2.359]],[\"name/133\",[117,50.133]],[\"parent/133\",[84,2.359]],[\"name/134\",[95,46.768]],[\"parent/134\",[84,2.359]],[\"name/135\",[118,55.241]],[\"parent/135\",[84,2.359]],[\"name/136\",[119,55.241]],[\"parent/136\",[84,2.359]],[\"name/137\",[120,55.241]],[\"parent/137\",[84,2.359]],[\"name/138\",[121,40.578]],[\"parent/138\",[]],[\"name/139\",[112,37.895]],[\"parent/139\",[121,3.557]],[\"name/140\",[113,44.255]],[\"parent/140\",[121,3.557]],[\"name/141\",[122,46.768]],[\"parent/141\",[121,3.557]],[\"name/142\",[123,46.768]],[\"parent/142\",[121,3.557]],[\"name/143\",[124,46.768]],[\"parent/143\",[121,3.557]],[\"name/144\",[125,34.872]],[\"parent/144\",[]],[\"name/145\",[103,50.133]],[\"parent/145\",[125,3.057]],[\"name/146\",[102,50.133]],[\"parent/146\",[125,3.057]],[\"name/147\",[126,55.241]],[\"parent/147\",[125,3.057]],[\"name/148\",[127,55.241]],[\"parent/148\",[125,3.057]],[\"name/149\",[128,55.241]],[\"parent/149\",[125,3.057]],[\"name/150\",[117,50.133]],[\"parent/150\",[125,3.057]],[\"name/151\",[122,46.768]],[\"parent/151\",[125,3.057]],[\"name/152\",[123,46.768]],[\"parent/152\",[125,3.057]],[\"name/153\",[112,37.895]],[\"parent/153\",[125,3.057]],[\"name/154\",[113,44.255]],[\"parent/154\",[125,3.057]],[\"name/155\",[129,44.255]],[\"parent/155\",[]],[\"name/156\",[89,42.248]],[\"parent/156\",[129,3.879]],[\"name/157\",[130,55.241]],[\"parent/157\",[129,3.879]],[\"name/158\",[131,55.241]],[\"parent/158\",[129,3.879]],[\"name/159\",[132,50.133]],[\"parent/159\",[]],[\"name/160\",[133,50.133]],[\"parent/160\",[132,4.395]],[\"name/161\",[134,50.133]],[\"parent/161\",[]],[\"name/162\",[43,24.796]],[\"parent/162\",[134,4.395]],[\"name/163\",[135,36.783]],[\"parent/163\",[136,4.395]],[\"name/164\",[43,24.796]],[\"parent/164\",[136,4.395]],[\"name/165\",[124,46.768]],[\"parent/165\",[137,4.395]],[\"name/166\",[138,44.255]],[\"parent/166\",[137,4.395]],[\"name/167\",[139,55.241]],[\"parent/167\",[]],[\"name/168\",[140,55.241]],[\"parent/168\",[]],[\"name/169\",[141,55.241]],[\"parent/169\",[]],[\"name/170\",[142,55.241]],[\"parent/170\",[]],[\"name/171\",[143,50.133]],[\"parent/171\",[]],[\"name/172\",[43,24.796]],[\"parent/172\",[143,4.395]],[\"name/173\",[46,42.248]],[\"parent/173\",[144,4.1]],[\"name/174\",[135,36.783]],[\"parent/174\",[144,4.1]],[\"name/175\",[43,24.796]],[\"parent/175\",[144,4.1]],[\"name/176\",[145,44.255]],[\"parent/176\",[146,3.704]],[\"name/177\",[147,55.241]],[\"parent/177\",[146,3.704]],[\"name/178\",[148,55.241]],[\"parent/178\",[146,3.704]],[\"name/179\",[43,24.796]],[\"parent/179\",[146,3.704]],[\"name/180\",[149,55.241]],[\"parent/180\",[146,3.704]],[\"name/181\",[150,50.133]],[\"parent/181\",[]],[\"name/182\",[43,24.796]],[\"parent/182\",[150,4.395]],[\"name/183\",[46,42.248]],[\"parent/183\",[151,3.557]],[\"name/184\",[152,46.768]],[\"parent/184\",[151,3.557]],[\"name/185\",[79,50.133]],[\"parent/185\",[151,3.557]],[\"name/186\",[123,46.768]],[\"parent/186\",[151,3.557]],[\"name/187\",[135,36.783]],[\"parent/187\",[151,3.557]],[\"name/188\",[43,24.796]],[\"parent/188\",[151,3.557]],[\"name/189\",[138,44.255]],[\"parent/189\",[153,4.842]],[\"name/190\",[154,55.241]],[\"parent/190\",[]],[\"name/191\",[155,40.578]],[\"parent/191\",[]],[\"name/192\",[113,44.255]],[\"parent/192\",[155,3.557]],[\"name/193\",[152,46.768]],[\"parent/193\",[155,3.557]],[\"name/194\",[156,39.147]],[\"parent/194\",[155,3.557]],[\"name/195\",[135,36.783]],[\"parent/195\",[155,3.557]],[\"name/196\",[43,24.796]],[\"parent/196\",[155,3.557]],[\"name/197\",[145,44.255]],[\"parent/197\",[157,4.395]],[\"name/198\",[138,44.255]],[\"parent/198\",[157,4.395]],[\"name/199\",[158,40.578]],[\"parent/199\",[]],[\"name/200\",[112,37.895]],[\"parent/200\",[158,3.557]],[\"name/201\",[152,46.768]],[\"parent/201\",[158,3.557]],[\"name/202\",[156,39.147]],[\"parent/202\",[158,3.557]],[\"name/203\",[135,36.783]],[\"parent/203\",[158,3.557]],[\"name/204\",[43,24.796]],[\"parent/204\",[158,3.557]],[\"name/205\",[145,44.255]],[\"parent/205\",[159,4.395]],[\"name/206\",[138,44.255]],[\"parent/206\",[159,4.395]],[\"name/207\",[160,46.768]],[\"parent/207\",[]],[\"name/208\",[161,55.241]],[\"parent/208\",[160,4.1]],[\"name/209\",[156,39.147]],[\"parent/209\",[160,4.1]],[\"name/210\",[162,55.241]],[\"parent/210\",[]],[\"name/211\",[163,55.241]],[\"parent/211\",[]],[\"name/212\",[164,55.241]],[\"parent/212\",[]],[\"name/213\",[22,50.133]],[\"parent/213\",[]],[\"name/214\",[165,50.133]],[\"parent/214\",[]],[\"name/215\",[43,24.796]],[\"parent/215\",[165,4.395]],[\"name/216\",[156,39.147]],[\"parent/216\",[166,3.879]],[\"name/217\",[112,37.895]],[\"parent/217\",[166,3.879]],[\"name/218\",[122,46.768]],[\"parent/218\",[166,3.879]],[\"name/219\",[135,36.783]],[\"parent/219\",[166,3.879]],[\"name/220\",[167,50.133]],[\"parent/220\",[]],[\"name/221\",[43,24.796]],[\"parent/221\",[167,4.395]],[\"name/222\",[156,39.147]],[\"parent/222\",[168,4.1]],[\"name/223\",[112,37.895]],[\"parent/223\",[168,4.1]],[\"name/224\",[135,36.783]],[\"parent/224\",[168,4.1]],[\"name/225\",[169,50.133]],[\"parent/225\",[]],[\"name/226\",[43,24.796]],[\"parent/226\",[169,4.395]],[\"name/227\",[156,39.147]],[\"parent/227\",[170,4.1]],[\"name/228\",[112,37.895]],[\"parent/228\",[170,4.1]],[\"name/229\",[135,36.783]],[\"parent/229\",[170,4.1]],[\"name/230\",[171,50.133]],[\"parent/230\",[]],[\"name/231\",[43,24.796]],[\"parent/231\",[171,4.395]],[\"name/232\",[156,39.147]],[\"parent/232\",[172,3.879]],[\"name/233\",[112,37.895]],[\"parent/233\",[172,3.879]],[\"name/234\",[173,55.241]],[\"parent/234\",[172,3.879]],[\"name/235\",[135,36.783]],[\"parent/235\",[172,3.879]],[\"name/236\",[174,46.768]],[\"parent/236\",[]],[\"name/237\",[124,46.768]],[\"parent/237\",[174,4.1]],[\"name/238\",[145,44.255]],[\"parent/238\",[174,4.1]],[\"name/239\",[175,55.241]],[\"parent/239\",[]],[\"name/240\",[176,55.241]],[\"parent/240\",[]],[\"name/241\",[177,50.133]],[\"parent/241\",[]],[\"name/242\",[43,24.796]],[\"parent/242\",[177,4.395]],[\"name/243\",[111,50.133]],[\"parent/243\",[178,3.704]],[\"name/244\",[179,55.241]],[\"parent/244\",[178,3.704]],[\"name/245\",[180,55.241]],[\"parent/245\",[178,3.704]],[\"name/246\",[181,55.241]],[\"parent/246\",[178,3.704]],[\"name/247\",[182,55.241]],[\"parent/247\",[178,3.704]],[\"name/248\",[183,55.241]],[\"parent/248\",[]],[\"name/249\",[184,50.133]],[\"parent/249\",[]],[\"name/250\",[43,24.796]],[\"parent/250\",[184,4.395]],[\"name/251\",[185,55.241]],[\"parent/251\",[186,4.1]],[\"name/252\",[187,55.241]],[\"parent/252\",[186,4.1]],[\"name/253\",[133,50.133]],[\"parent/253\",[186,4.1]],[\"name/254\",[188,50.133]],[\"parent/254\",[]],[\"name/255\",[43,24.796]],[\"parent/255\",[188,4.395]],[\"name/256\",[189,44.255]],[\"parent/256\",[190,4.842]],[\"name/257\",[191,50.133]],[\"parent/257\",[]],[\"name/258\",[43,24.796]],[\"parent/258\",[191,4.395]],[\"name/259\",[189,44.255]],[\"parent/259\",[192,4.1]],[\"name/260\",[193,55.241]],[\"parent/260\",[192,4.1]],[\"name/261\",[194,33.269]],[\"parent/261\",[192,4.1]],[\"name/262\",[195,50.133]],[\"parent/262\",[]],[\"name/263\",[43,24.796]],[\"parent/263\",[195,4.395]],[\"name/264\",[189,44.255]],[\"parent/264\",[196,4.842]],[\"name/265\",[197,50.133]],[\"parent/265\",[]],[\"name/266\",[43,24.796]],[\"parent/266\",[197,4.395]],[\"name/267\",[189,44.255]],[\"parent/267\",[198,4.395]],[\"name/268\",[194,33.269]],[\"parent/268\",[198,4.395]],[\"name/269\",[199,55.241]],[\"parent/269\",[]],[\"name/270\",[200,55.241]],[\"parent/270\",[]],[\"name/271\",[201,55.241]],[\"parent/271\",[]],[\"name/272\",[202,55.241]],[\"parent/272\",[]],[\"name/273\",[203,55.241]],[\"parent/273\",[]],[\"name/274\",[204,55.241]],[\"parent/274\",[]],[\"name/275\",[205,55.241]],[\"parent/275\",[]],[\"name/276\",[206,37.895]],[\"parent/276\",[]],[\"name/277\",[207,55.241]],[\"parent/277\",[206,3.322]],[\"name/278\",[208,55.241]],[\"parent/278\",[206,3.322]],[\"name/279\",[209,55.241]],[\"parent/279\",[206,3.322]],[\"name/280\",[210,55.241]],[\"parent/280\",[206,3.322]],[\"name/281\",[211,55.241]],[\"parent/281\",[206,3.322]],[\"name/282\",[212,50.133]],[\"parent/282\",[206,3.322]],[\"name/283\",[213,55.241]],[\"parent/283\",[206,3.322]],[\"name/284\",[214,55.241]],[\"parent/284\",[]],[\"name/285\",[215,50.133]],[\"parent/285\",[]],[\"name/286\",[43,24.796]],[\"parent/286\",[215,4.395]],[\"name/287\",[89,42.248]],[\"parent/287\",[216,4.395]],[\"name/288\",[217,50.133]],[\"parent/288\",[216,4.395]],[\"name/289\",[218,55.241]],[\"parent/289\",[]],[\"name/290\",[219,50.133]],[\"parent/290\",[]],[\"name/291\",[43,24.796]],[\"parent/291\",[219,4.395]],[\"name/292\",[217,50.133]],[\"parent/292\",[220,4.842]],[\"name/293\",[221,46.768]],[\"parent/293\",[]],[\"name/294\",[212,50.133]],[\"parent/294\",[221,4.1]],[\"name/295\",[222,55.241]],[\"parent/295\",[221,4.1]],[\"name/296\",[223,55.241]],[\"parent/296\",[]],[\"name/297\",[224,50.133]],[\"parent/297\",[]],[\"name/298\",[43,24.796]],[\"parent/298\",[224,4.395]],[\"name/299\",[225,55.241]],[\"parent/299\",[226,4.842]],[\"name/300\",[227,55.241]],[\"parent/300\",[]],[\"name/301\",[228,50.133]],[\"parent/301\",[]],[\"name/302\",[43,24.796]],[\"parent/302\",[228,4.395]],[\"name/303\",[229,55.241]],[\"parent/303\",[230,4.1]],[\"name/304\",[231,55.241]],[\"parent/304\",[230,4.1]],[\"name/305\",[232,55.241]],[\"parent/305\",[230,4.1]],[\"name/306\",[233,50.133]],[\"parent/306\",[]],[\"name/307\",[43,24.796]],[\"parent/307\",[233,4.395]],[\"name/308\",[234,55.241]],[\"parent/308\",[235,4.395]],[\"name/309\",[236,55.241]],[\"parent/309\",[235,4.395]],[\"name/310\",[3,44.255]],[\"parent/310\",[]],[\"name/311\",[43,24.796]],[\"parent/311\",[3,3.879]],[\"name/312\",[237,55.241]],[\"parent/312\",[238,4.842]],[\"name/313\",[239,55.241]],[\"parent/313\",[]],[\"name/314\",[240,55.241]],[\"parent/314\",[]],[\"name/315\",[241,55.241]],[\"parent/315\",[]],[\"name/316\",[242,55.241]],[\"parent/316\",[]],[\"name/317\",[243,44.255]],[\"parent/317\",[]],[\"name/318\",[1,32.554]],[\"parent/318\",[243,3.879]],[\"name/319\",[194,33.269]],[\"parent/319\",[243,3.879]],[\"name/320\",[99,34.039]],[\"parent/320\",[243,3.879]],[\"name/321\",[244,44.255]],[\"parent/321\",[]],[\"name/322\",[1,32.554]],[\"parent/322\",[244,3.879]],[\"name/323\",[99,34.039]],[\"parent/323\",[244,3.879]],[\"name/324\",[194,33.269]],[\"parent/324\",[244,3.879]],[\"name/325\",[245,42.248]],[\"parent/325\",[]],[\"name/326\",[1,32.554]],[\"parent/326\",[245,3.704]],[\"name/327\",[246,55.241]],[\"parent/327\",[245,3.704]],[\"name/328\",[194,33.269]],[\"parent/328\",[245,3.704]],[\"name/329\",[99,34.039]],[\"parent/329\",[245,3.704]],[\"name/330\",[247,42.248]],[\"parent/330\",[]],[\"name/331\",[1,32.554]],[\"parent/331\",[247,3.704]],[\"name/332\",[248,37.895]],[\"parent/332\",[247,3.704]],[\"name/333\",[99,34.039]],[\"parent/333\",[247,3.704]],[\"name/334\",[194,33.269]],[\"parent/334\",[247,3.704]],[\"name/335\",[249,42.248]],[\"parent/335\",[]],[\"name/336\",[1,32.554]],[\"parent/336\",[249,3.704]],[\"name/337\",[248,37.895]],[\"parent/337\",[249,3.704]],[\"name/338\",[99,34.039]],[\"parent/338\",[249,3.704]],[\"name/339\",[194,33.269]],[\"parent/339\",[249,3.704]],[\"name/340\",[250,42.248]],[\"parent/340\",[]],[\"name/341\",[1,32.554]],[\"parent/341\",[250,3.704]],[\"name/342\",[248,37.895]],[\"parent/342\",[250,3.704]],[\"name/343\",[99,34.039]],[\"parent/343\",[250,3.704]],[\"name/344\",[194,33.269]],[\"parent/344\",[250,3.704]],[\"name/345\",[251,42.248]],[\"parent/345\",[]],[\"name/346\",[1,32.554]],[\"parent/346\",[251,3.704]],[\"name/347\",[248,37.895]],[\"parent/347\",[251,3.704]],[\"name/348\",[99,34.039]],[\"parent/348\",[251,3.704]],[\"name/349\",[194,33.269]],[\"parent/349\",[251,3.704]],[\"name/350\",[252,39.147]],[\"parent/350\",[]],[\"name/351\",[1,32.554]],[\"parent/351\",[252,3.432]],[\"name/352\",[253,50.133]],[\"parent/352\",[252,3.432]],[\"name/353\",[254,50.133]],[\"parent/353\",[252,3.432]],[\"name/354\",[248,37.895]],[\"parent/354\",[252,3.432]],[\"name/355\",[99,34.039]],[\"parent/355\",[252,3.432]],[\"name/356\",[194,33.269]],[\"parent/356\",[252,3.432]],[\"name/357\",[255,39.147]],[\"parent/357\",[]],[\"name/358\",[1,32.554]],[\"parent/358\",[255,3.432]],[\"name/359\",[253,50.133]],[\"parent/359\",[255,3.432]],[\"name/360\",[254,50.133]],[\"parent/360\",[255,3.432]],[\"name/361\",[248,37.895]],[\"parent/361\",[255,3.432]],[\"name/362\",[99,34.039]],[\"parent/362\",[255,3.432]],[\"name/363\",[194,33.269]],[\"parent/363\",[255,3.432]],[\"name/364\",[256,42.248]],[\"parent/364\",[]],[\"name/365\",[1,32.554]],[\"parent/365\",[256,3.704]],[\"name/366\",[248,37.895]],[\"parent/366\",[256,3.704]],[\"name/367\",[99,34.039]],[\"parent/367\",[256,3.704]],[\"name/368\",[194,33.269]],[\"parent/368\",[256,3.704]],[\"name/369\",[257,40.578]],[\"parent/369\",[]],[\"name/370\",[1,32.554]],[\"parent/370\",[257,3.557]],[\"name/371\",[65,50.133]],[\"parent/371\",[257,3.557]],[\"name/372\",[248,37.895]],[\"parent/372\",[257,3.557]],[\"name/373\",[99,34.039]],[\"parent/373\",[257,3.557]],[\"name/374\",[194,33.269]],[\"parent/374\",[257,3.557]]],\"invertedIndex\":[[\"__type\",{\"_index\":43,\"name\":{\"47\":{},\"53\":{},\"55\":{},\"58\":{},\"71\":{},\"98\":{},\"162\":{},\"164\":{},\"172\":{},\"175\":{},\"179\":{},\"182\":{},\"188\":{},\"196\":{},\"204\":{},\"215\":{},\"221\":{},\"226\":{},\"231\":{},\"242\":{},\"250\":{},\"255\":{},\"258\":{},\"263\":{},\"266\":{},\"286\":{},\"291\":{},\"298\":{},\"302\":{},\"307\":{},\"311\":{}},\"parent\":{}}],[\"access_token\",{\"_index\":79,\"name\":{\"85\":{},\"185\":{}},\"parent\":{}}],[\"action_link\",{\"_index\":111,\"name\":{\"125\":{},\"243\":{}},\"parent\":{}}],[\"admin\",{\"_index\":12,\"name\":{\"13\":{}},\"parent\":{}}],[\"adminuserattributes\",{\"_index\":125,\"name\":{\"144\":{}},\"parent\":{\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{}}}],[\"amrentry\",{\"_index\":85,\"name\":{\"91\":{}},\"parent\":{\"92\":{},\"93\":{}}}],[\"app_metadata\",{\"_index\":102,\"name\":{\"116\":{},\"146\":{}},\"parent\":{}}],[\"aud\",{\"_index\":104,\"name\":{\"118\":{}},\"parent\":{}}],[\"authadminapi\",{\"_index\":37,\"name\":{\"40\":{}},\"parent\":{}}],[\"authapierror\",{\"_index\":244,\"name\":{\"321\":{}},\"parent\":{\"322\":{},\"323\":{},\"324\":{}}}],[\"authchangeevent\",{\"_index\":48,\"name\":{\"51\":{}},\"parent\":{}}],[\"authchangeeventmfa\",{\"_index\":47,\"name\":{\"50\":{}},\"parent\":{}}],[\"authclient\",{\"_index\":38,\"name\":{\"41\":{}},\"parent\":{}}],[\"authenticatorassurancelevels\",{\"_index\":204,\"name\":{\"274\":{}},\"parent\":{}}],[\"autherror\",{\"_index\":243,\"name\":{\"317\":{}},\"parent\":{\"318\":{},\"319\":{},\"320\":{}}}],[\"authflowtype\",{\"_index\":142,\"name\":{\"170\":{}},\"parent\":{}}],[\"authimplicitgrantredirecterror\",{\"_index\":252,\"name\":{\"350\":{}},\"parent\":{\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{},\"356\":{}}}],[\"authinvalidcredentialserror\",{\"_index\":251,\"name\":{\"345\":{}},\"parent\":{\"346\":{},\"347\":{},\"348\":{},\"349\":{}}}],[\"authinvalidtokenresponseerror\",{\"_index\":250,\"name\":{\"340\":{}},\"parent\":{\"341\":{},\"342\":{},\"343\":{},\"344\":{}}}],[\"authmfaadmindeletefactorparams\",{\"_index\":215,\"name\":{\"285\":{}},\"parent\":{\"286\":{}}}],[\"authmfaadmindeletefactorparams.__type\",{\"_index\":216,\"name\":{},\"parent\":{\"287\":{},\"288\":{}}}],[\"authmfaadmindeletefactorresponse\",{\"_index\":214,\"name\":{\"284\":{}},\"parent\":{}}],[\"authmfaadminlistfactorsparams\",{\"_index\":219,\"name\":{\"290\":{}},\"parent\":{\"291\":{}}}],[\"authmfaadminlistfactorsparams.__type\",{\"_index\":220,\"name\":{},\"parent\":{\"292\":{}}}],[\"authmfaadminlistfactorsresponse\",{\"_index\":218,\"name\":{\"289\":{}},\"parent\":{}}],[\"authmfachallengeresponse\",{\"_index\":202,\"name\":{\"272\":{}},\"parent\":{}}],[\"authmfaenrollresponse\",{\"_index\":200,\"name\":{\"270\":{}},\"parent\":{}}],[\"authmfagetauthenticatorassurancelevelresponse\",{\"_index\":205,\"name\":{\"275\":{}},\"parent\":{}}],[\"authmfalistfactorsresponse\",{\"_index\":203,\"name\":{\"273\":{}},\"parent\":{}}],[\"authmfaunenrollresponse\",{\"_index\":201,\"name\":{\"271\":{}},\"parent\":{}}],[\"authmfaverifyresponse\",{\"_index\":199,\"name\":{\"269\":{}},\"parent\":{}}],[\"authotpresponse\",{\"_index\":70,\"name\":{\"76\":{}},\"parent\":{}}],[\"authpkcegrantcodeexchangeerror\",{\"_index\":255,\"name\":{\"357\":{}},\"parent\":{\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{}}}],[\"authresponse\",{\"_index\":68,\"name\":{\"74\":{}},\"parent\":{}}],[\"authresponsepassword\",{\"_index\":69,\"name\":{\"75\":{}},\"parent\":{}}],[\"authretryablefetcherror\",{\"_index\":256,\"name\":{\"364\":{}},\"parent\":{\"365\":{},\"366\":{},\"367\":{},\"368\":{}}}],[\"authsessionmissingerror\",{\"_index\":249,\"name\":{\"335\":{}},\"parent\":{\"336\":{},\"337\":{},\"338\":{},\"339\":{}}}],[\"authtokenresponse\",{\"_index\":71,\"name\":{\"77\":{}},\"parent\":{}}],[\"authtokenresponsepassword\",{\"_index\":72,\"name\":{\"78\":{}},\"parent\":{}}],[\"authunknownerror\",{\"_index\":245,\"name\":{\"325\":{}},\"parent\":{\"326\":{},\"327\":{},\"328\":{},\"329\":{}}}],[\"authweakpassworderror\",{\"_index\":257,\"name\":{\"369\":{}},\"parent\":{\"370\":{},\"371\":{},\"372\":{},\"373\":{},\"374\":{}}}],[\"autorefreshtoken\",{\"_index\":56,\"name\":{\"61\":{}},\"parent\":{}}],[\"ban_duration\",{\"_index\":128,\"name\":{\"149\":{}},\"parent\":{}}],[\"callback\",{\"_index\":130,\"name\":{\"157\":{}},\"parent\":{}}],[\"callrefreshtokenresult\",{\"_index\":227,\"name\":{\"300\":{}},\"parent\":{}}],[\"captchatoken\",{\"_index\":138,\"name\":{\"166\":{},\"189\":{},\"198\":{},\"206\":{}},\"parent\":{}}],[\"challenge\",{\"_index\":208,\"name\":{\"278\":{}},\"parent\":{}}],[\"challengeandverify\",{\"_index\":211,\"name\":{\"281\":{}},\"parent\":{}}],[\"challengeid\",{\"_index\":193,\"name\":{\"260\":{}},\"parent\":{}}],[\"code\",{\"_index\":194,\"name\":{\"261\":{},\"268\":{},\"319\":{},\"324\":{},\"328\":{},\"334\":{},\"339\":{},\"344\":{},\"349\":{},\"356\":{},\"363\":{},\"368\":{},\"374\":{}},\"parent\":{}}],[\"confirmation_sent_at\",{\"_index\":105,\"name\":{\"119\":{}},\"parent\":{}}],[\"confirmed_at\",{\"_index\":114,\"name\":{\"129\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"12\":{},\"44\":{},\"318\":{},\"322\":{},\"326\":{},\"331\":{},\"336\":{},\"341\":{},\"346\":{},\"351\":{},\"358\":{},\"365\":{},\"370\":{}},\"parent\":{}}],[\"created_at\",{\"_index\":93,\"name\":{\"101\":{},\"109\":{},\"128\":{}},\"parent\":{}}],[\"createuser\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}],[\"customautherror\",{\"_index\":247,\"name\":{\"330\":{}},\"parent\":{\"331\":{},\"332\":{},\"333\":{},\"334\":{}}}],[\"data\",{\"_index\":124,\"name\":{\"143\":{},\"165\":{},\"237\":{}},\"parent\":{}}],[\"debug\",{\"_index\":44,\"name\":{\"48\":{},\"66\":{}},\"parent\":{}}],[\"deletefactor\",{\"_index\":222,\"name\":{\"295\":{}},\"parent\":{}}],[\"deleteuser\",{\"_index\":10,\"name\":{\"10\":{}},\"parent\":{}}],[\"details\",{\"_index\":253,\"name\":{\"352\":{},\"359\":{}},\"parent\":{}}],[\"detectsessioninurl\",{\"_index\":55,\"name\":{\"60\":{}},\"parent\":{}}],[\"email\",{\"_index\":112,\"name\":{\"126\":{},\"139\":{},\"153\":{},\"200\":{},\"217\":{},\"223\":{},\"228\":{},\"233\":{}},\"parent\":{}}],[\"email_change_sent_at\",{\"_index\":107,\"name\":{\"121\":{}},\"parent\":{}}],[\"email_confirm\",{\"_index\":126,\"name\":{\"147\":{}},\"parent\":{}}],[\"email_confirmed_at\",{\"_index\":115,\"name\":{\"130\":{}},\"parent\":{}}],[\"email_otp\",{\"_index\":179,\"name\":{\"244\":{}},\"parent\":{}}],[\"emailotptype\",{\"_index\":163,\"name\":{\"211\":{}},\"parent\":{}}],[\"enroll\",{\"_index\":207,\"name\":{\"277\":{}},\"parent\":{}}],[\"error\",{\"_index\":225,\"name\":{\"299\":{}},\"parent\":{}}],[\"exchangecodeforsession\",{\"_index\":18,\"name\":{\"20\":{}},\"parent\":{}}],[\"expires_at\",{\"_index\":82,\"name\":{\"88\":{}},\"parent\":{}}],[\"expires_in\",{\"_index\":81,\"name\":{\"87\":{}},\"parent\":{}}],[\"factor\",{\"_index\":96,\"name\":{\"104\":{}},\"parent\":{\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{}}}],[\"factor_type\",{\"_index\":98,\"name\":{\"107\":{}},\"parent\":{}}],[\"factorid\",{\"_index\":189,\"name\":{\"256\":{},\"259\":{},\"264\":{},\"267\":{}},\"parent\":{}}],[\"factors\",{\"_index\":120,\"name\":{\"137\":{}},\"parent\":{}}],[\"factortype\",{\"_index\":185,\"name\":{\"251\":{}},\"parent\":{}}],[\"fetch\",{\"_index\":59,\"name\":{\"64\":{}},\"parent\":{}}],[\"flowtype\",{\"_index\":60,\"name\":{\"65\":{}},\"parent\":{}}],[\"friendly_name\",{\"_index\":97,\"name\":{\"106\":{}},\"parent\":{}}],[\"friendlyname\",{\"_index\":133,\"name\":{\"160\":{},\"253\":{}},\"parent\":{}}],[\"generateemailchangelinkparams\",{\"_index\":171,\"name\":{\"230\":{}},\"parent\":{\"231\":{}}}],[\"generateemailchangelinkparams.__type\",{\"_index\":172,\"name\":{},\"parent\":{\"232\":{},\"233\":{},\"234\":{},\"235\":{}}}],[\"generateinviteormagiclinkparams\",{\"_index\":167,\"name\":{\"220\":{}},\"parent\":{\"221\":{}}}],[\"generateinviteormagiclinkparams.__type\",{\"_index\":168,\"name\":{},\"parent\":{\"222\":{},\"223\":{},\"224\":{}}}],[\"generatelink\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"generatelinkoptions\",{\"_index\":174,\"name\":{\"236\":{}},\"parent\":{\"237\":{},\"238\":{}}}],[\"generatelinkparams\",{\"_index\":175,\"name\":{\"239\":{}},\"parent\":{}}],[\"generatelinkproperties\",{\"_index\":177,\"name\":{\"241\":{}},\"parent\":{\"242\":{}}}],[\"generatelinkproperties.__type\",{\"_index\":178,\"name\":{},\"parent\":{\"243\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{}}}],[\"generatelinkresponse\",{\"_index\":176,\"name\":{\"240\":{}},\"parent\":{}}],[\"generatelinktype\",{\"_index\":183,\"name\":{\"248\":{}},\"parent\":{}}],[\"generaterecoverylinkparams\",{\"_index\":169,\"name\":{\"225\":{}},\"parent\":{\"226\":{}}}],[\"generaterecoverylinkparams.__type\",{\"_index\":170,\"name\":{},\"parent\":{\"227\":{},\"228\":{},\"229\":{}}}],[\"generatesignuplinkparams\",{\"_index\":165,\"name\":{\"214\":{}},\"parent\":{\"215\":{}}}],[\"generatesignuplinkparams.__type\",{\"_index\":166,\"name\":{},\"parent\":{\"216\":{},\"217\":{},\"218\":{},\"219\":{}}}],[\"getauthenticatorassurancelevel\",{\"_index\":213,\"name\":{\"283\":{}},\"parent\":{}}],[\"getsession\",{\"_index\":25,\"name\":{\"27\":{}},\"parent\":{}}],[\"getuser\",{\"_index\":26,\"name\":{\"28\":{}},\"parent\":{}}],[\"getuserbyid\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"getuseridentities\",{\"_index\":32,\"name\":{\"35\":{}},\"parent\":{}}],[\"gotrueadminapi\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{}}}],[\"gotrueadminmfaapi\",{\"_index\":221,\"name\":{\"293\":{}},\"parent\":{\"294\":{},\"295\":{}}}],[\"gotrueclient\",{\"_index\":11,\"name\":{\"11\":{}},\"parent\":{\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{}}}],[\"gotrueclientoptions\",{\"_index\":50,\"name\":{\"54\":{}},\"parent\":{\"55\":{}}}],[\"gotrueclientoptions.__type\",{\"_index\":52,\"name\":{},\"parent\":{\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{}}}],[\"gotruemfaapi\",{\"_index\":206,\"name\":{\"276\":{}},\"parent\":{\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{},\"282\":{},\"283\":{}}}],[\"hascustomauthorizationheader\",{\"_index\":62,\"name\":{\"68\":{}},\"parent\":{}}],[\"hashed_token\",{\"_index\":180,\"name\":{\"245\":{}},\"parent\":{}}],[\"headers\",{\"_index\":53,\"name\":{\"57\":{}},\"parent\":{}}],[\"id\",{\"_index\":89,\"name\":{\"95\":{},\"105\":{},\"115\":{},\"156\":{},\"287\":{}},\"parent\":{}}],[\"identities\",{\"_index\":118,\"name\":{\"135\":{}},\"parent\":{}}],[\"identity_data\",{\"_index\":91,\"name\":{\"97\":{}},\"parent\":{}}],[\"identity_id\",{\"_index\":92,\"name\":{\"99\":{}},\"parent\":{}}],[\"initialize\",{\"_index\":13,\"name\":{\"15\":{}},\"parent\":{}}],[\"initializeresult\",{\"_index\":224,\"name\":{\"297\":{}},\"parent\":{\"298\":{}}}],[\"initializeresult.__type\",{\"_index\":226,\"name\":{},\"parent\":{\"299\":{}}}],[\"invited_at\",{\"_index\":110,\"name\":{\"124\":{}},\"parent\":{}}],[\"inviteuserbyemail\",{\"_index\":4,\"name\":{\"4\":{}},\"parent\":{}}],[\"is_anonymous\",{\"_index\":119,\"name\":{\"136\":{}},\"parent\":{}}],[\"isacquiretimeout\",{\"_index\":41,\"name\":{\"45\":{}},\"parent\":{}}],[\"isauthapierror\",{\"_index\":240,\"name\":{\"314\":{}},\"parent\":{}}],[\"isautherror\",{\"_index\":239,\"name\":{\"313\":{}},\"parent\":{}}],[\"isauthretryablefetcherror\",{\"_index\":241,\"name\":{\"315\":{}},\"parent\":{}}],[\"isauthweakpassworderror\",{\"_index\":242,\"name\":{\"316\":{}},\"parent\":{}}],[\"issuer\",{\"_index\":187,\"name\":{\"252\":{}},\"parent\":{}}],[\"last_sign_in_at\",{\"_index\":94,\"name\":{\"102\":{},\"132\":{}},\"parent\":{}}],[\"lastpage\",{\"_index\":231,\"name\":{\"304\":{}},\"parent\":{}}],[\"linkidentity\",{\"_index\":33,\"name\":{\"36\":{}},\"parent\":{}}],[\"listfactors\",{\"_index\":212,\"name\":{\"282\":{},\"294\":{}},\"parent\":{}}],[\"listusers\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"lock\",{\"_index\":61,\"name\":{\"67\":{}},\"parent\":{}}],[\"lockfunc\",{\"_index\":49,\"name\":{\"52\":{}},\"parent\":{\"53\":{}}}],[\"lockinternals\",{\"_index\":42,\"name\":{\"46\":{}},\"parent\":{\"47\":{}}}],[\"lockinternals.__type\",{\"_index\":45,\"name\":{},\"parent\":{\"48\":{}}}],[\"message\",{\"_index\":67,\"name\":{\"73\":{}},\"parent\":{}}],[\"method\",{\"_index\":86,\"name\":{\"92\":{}},\"parent\":{}}],[\"mfa\",{\"_index\":2,\"name\":{\"2\":{},\"14\":{}},\"parent\":{}}],[\"mfachallengeandverifyparams\",{\"_index\":197,\"name\":{\"265\":{}},\"parent\":{\"266\":{}}}],[\"mfachallengeandverifyparams.__type\",{\"_index\":198,\"name\":{},\"parent\":{\"267\":{},\"268\":{}}}],[\"mfachallengeparams\",{\"_index\":195,\"name\":{\"262\":{}},\"parent\":{\"263\":{}}}],[\"mfachallengeparams.__type\",{\"_index\":196,\"name\":{},\"parent\":{\"264\":{}}}],[\"mfaenrollparams\",{\"_index\":184,\"name\":{\"249\":{}},\"parent\":{\"250\":{}}}],[\"mfaenrollparams.__type\",{\"_index\":186,\"name\":{},\"parent\":{\"251\":{},\"252\":{},\"253\":{}}}],[\"mfaunenrollparams\",{\"_index\":188,\"name\":{\"254\":{}},\"parent\":{\"255\":{}}}],[\"mfaunenrollparams.__type\",{\"_index\":190,\"name\":{},\"parent\":{\"256\":{}}}],[\"mfaverifyparams\",{\"_index\":191,\"name\":{\"257\":{}},\"parent\":{\"258\":{}}}],[\"mfaverifyparams.__type\",{\"_index\":192,\"name\":{},\"parent\":{\"259\":{},\"260\":{},\"261\":{}}}],[\"mobileotptype\",{\"_index\":162,\"name\":{\"210\":{}},\"parent\":{}}],[\"name\",{\"_index\":248,\"name\":{\"332\":{},\"337\":{},\"342\":{},\"347\":{},\"354\":{},\"361\":{},\"366\":{},\"372\":{}},\"parent\":{}}],[\"navigatorlock\",{\"_index\":39,\"name\":{\"42\":{}},\"parent\":{}}],[\"navigatorlockacquiretimeouterror\",{\"_index\":40,\"name\":{\"43\":{}},\"parent\":{\"44\":{},\"45\":{}}}],[\"new_email\",{\"_index\":108,\"name\":{\"122\":{}},\"parent\":{}}],[\"new_phone\",{\"_index\":109,\"name\":{\"123\":{}},\"parent\":{}}],[\"newemail\",{\"_index\":173,\"name\":{\"234\":{}},\"parent\":{}}],[\"nextpage\",{\"_index\":229,\"name\":{\"303\":{}},\"parent\":{}}],[\"nonce\",{\"_index\":123,\"name\":{\"142\":{},\"152\":{},\"186\":{}},\"parent\":{}}],[\"oauthresponse\",{\"_index\":73,\"name\":{\"79\":{}},\"parent\":{}}],[\"onauthstatechange\",{\"_index\":30,\"name\":{\"33\":{}},\"parent\":{}}],[\"options\",{\"_index\":135,\"name\":{\"163\":{},\"174\":{},\"187\":{},\"195\":{},\"203\":{},\"219\":{},\"224\":{},\"229\":{},\"235\":{}},\"parent\":{}}],[\"originalerror\",{\"_index\":246,\"name\":{\"327\":{}},\"parent\":{}}],[\"page\",{\"_index\":234,\"name\":{\"308\":{}},\"parent\":{}}],[\"pageparams\",{\"_index\":233,\"name\":{\"306\":{}},\"parent\":{\"307\":{}}}],[\"pageparams.__type\",{\"_index\":235,\"name\":{},\"parent\":{\"308\":{},\"309\":{}}}],[\"pagination\",{\"_index\":228,\"name\":{\"301\":{}},\"parent\":{\"302\":{}}}],[\"pagination.__type\",{\"_index\":230,\"name\":{},\"parent\":{\"303\":{},\"304\":{},\"305\":{}}}],[\"password\",{\"_index\":122,\"name\":{\"141\":{},\"151\":{},\"218\":{}},\"parent\":{}}],[\"perpage\",{\"_index\":236,\"name\":{\"309\":{}},\"parent\":{}}],[\"persistsession\",{\"_index\":57,\"name\":{\"62\":{}},\"parent\":{}}],[\"phone\",{\"_index\":113,\"name\":{\"127\":{},\"140\":{},\"154\":{},\"192\":{}},\"parent\":{}}],[\"phone_confirm\",{\"_index\":127,\"name\":{\"148\":{}},\"parent\":{}}],[\"phone_confirmed_at\",{\"_index\":116,\"name\":{\"131\":{}},\"parent\":{}}],[\"provider\",{\"_index\":46,\"name\":{\"49\":{},\"100\":{},\"112\":{},\"173\":{},\"183\":{}},\"parent\":{}}],[\"provider_refresh_token\",{\"_index\":78,\"name\":{\"84\":{}},\"parent\":{}}],[\"provider_token\",{\"_index\":77,\"name\":{\"83\":{}},\"parent\":{}}],[\"queryparams\",{\"_index\":148,\"name\":{\"178\":{}},\"parent\":{}}],[\"reasons\",{\"_index\":65,\"name\":{\"72\":{},\"371\":{}},\"parent\":{}}],[\"reauthenticate\",{\"_index\":23,\"name\":{\"25\":{}},\"parent\":{}}],[\"recovery_sent_at\",{\"_index\":106,\"name\":{\"120\":{}},\"parent\":{}}],[\"redirect_to\",{\"_index\":181,\"name\":{\"246\":{}},\"parent\":{}}],[\"redirectto\",{\"_index\":145,\"name\":{\"176\":{},\"197\":{},\"205\":{},\"238\":{}},\"parent\":{}}],[\"refresh_token\",{\"_index\":80,\"name\":{\"86\":{}},\"parent\":{}}],[\"refreshsession\",{\"_index\":29,\"name\":{\"31\":{}},\"parent\":{}}],[\"resend\",{\"_index\":24,\"name\":{\"26\":{}},\"parent\":{}}],[\"resendparams\",{\"_index\":164,\"name\":{\"212\":{}},\"parent\":{}}],[\"resetpasswordforemail\",{\"_index\":31,\"name\":{\"34\":{}},\"parent\":{}}],[\"role\",{\"_index\":117,\"name\":{\"133\":{},\"150\":{}},\"parent\":{}}],[\"scope\",{\"_index\":237,\"name\":{\"312\":{}},\"parent\":{}}],[\"scopes\",{\"_index\":147,\"name\":{\"177\":{}},\"parent\":{}}],[\"session\",{\"_index\":76,\"name\":{\"82\":{}},\"parent\":{\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{}}}],[\"setsession\",{\"_index\":28,\"name\":{\"30\":{}},\"parent\":{}}],[\"signinanonymously\",{\"_index\":14,\"name\":{\"16\":{}},\"parent\":{}}],[\"signinanonymouslycredentials\",{\"_index\":134,\"name\":{\"161\":{}},\"parent\":{\"162\":{}}}],[\"signinanonymouslycredentials.__type\",{\"_index\":136,\"name\":{},\"parent\":{\"163\":{},\"164\":{}}}],[\"signinanonymouslycredentials.__type.__type\",{\"_index\":137,\"name\":{},\"parent\":{\"165\":{},\"166\":{}}}],[\"signinwithidtoken\",{\"_index\":19,\"name\":{\"21\":{}},\"parent\":{}}],[\"signinwithidtokencredentials\",{\"_index\":150,\"name\":{\"181\":{}},\"parent\":{\"182\":{}}}],[\"signinwithidtokencredentials.__type\",{\"_index\":151,\"name\":{},\"parent\":{\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{}}}],[\"signinwithidtokencredentials.__type.__type\",{\"_index\":153,\"name\":{},\"parent\":{\"189\":{}}}],[\"signinwithoauth\",{\"_index\":17,\"name\":{\"19\":{}},\"parent\":{}}],[\"signinwithoauthcredentials\",{\"_index\":143,\"name\":{\"171\":{}},\"parent\":{\"172\":{}}}],[\"signinwithoauthcredentials.__type\",{\"_index\":144,\"name\":{},\"parent\":{\"173\":{},\"174\":{},\"175\":{}}}],[\"signinwithoauthcredentials.__type.__type\",{\"_index\":146,\"name\":{},\"parent\":{\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{}}}],[\"signinwithotp\",{\"_index\":20,\"name\":{\"22\":{}},\"parent\":{}}],[\"signinwithpassword\",{\"_index\":16,\"name\":{\"18\":{}},\"parent\":{}}],[\"signinwithpasswordcredentials\",{\"_index\":140,\"name\":{\"168\":{}},\"parent\":{}}],[\"signinwithpasswordlesscredentials\",{\"_index\":141,\"name\":{\"169\":{}},\"parent\":{}}],[\"signinwithsso\",{\"_index\":22,\"name\":{\"24\":{},\"213\":{}},\"parent\":{}}],[\"signout\",{\"_index\":3,\"name\":{\"3\":{},\"32\":{},\"310\":{}},\"parent\":{\"311\":{}}}],[\"signout.__type\",{\"_index\":238,\"name\":{},\"parent\":{\"312\":{}}}],[\"signup\",{\"_index\":15,\"name\":{\"17\":{}},\"parent\":{}}],[\"signupwithpasswordcredentials\",{\"_index\":139,\"name\":{\"167\":{}},\"parent\":{}}],[\"skipbrowserredirect\",{\"_index\":149,\"name\":{\"180\":{}},\"parent\":{}}],[\"ssoresponse\",{\"_index\":74,\"name\":{\"80\":{}},\"parent\":{}}],[\"startautorefresh\",{\"_index\":35,\"name\":{\"38\":{}},\"parent\":{}}],[\"status\",{\"_index\":99,\"name\":{\"108\":{},\"320\":{},\"323\":{},\"329\":{},\"333\":{},\"338\":{},\"343\":{},\"348\":{},\"355\":{},\"362\":{},\"367\":{},\"373\":{}},\"parent\":{}}],[\"stopautorefresh\",{\"_index\":36,\"name\":{\"39\":{}},\"parent\":{}}],[\"storage\",{\"_index\":58,\"name\":{\"63\":{}},\"parent\":{}}],[\"storagekey\",{\"_index\":54,\"name\":{\"59\":{}},\"parent\":{}}],[\"subscription\",{\"_index\":129,\"name\":{\"155\":{}},\"parent\":{\"156\":{},\"157\":{},\"158\":{}}}],[\"supportedstorage\",{\"_index\":223,\"name\":{\"296\":{}},\"parent\":{}}],[\"timestamp\",{\"_index\":87,\"name\":{\"93\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":254,\"name\":{\"353\":{},\"360\":{}},\"parent\":{}}],[\"token\",{\"_index\":152,\"name\":{\"184\":{},\"193\":{},\"201\":{}},\"parent\":{}}],[\"token_hash\",{\"_index\":161,\"name\":{\"208\":{}},\"parent\":{}}],[\"token_type\",{\"_index\":83,\"name\":{\"89\":{}},\"parent\":{}}],[\"total\",{\"_index\":232,\"name\":{\"305\":{}},\"parent\":{}}],[\"type\",{\"_index\":156,\"name\":{\"194\":{},\"202\":{},\"209\":{},\"216\":{},\"222\":{},\"227\":{},\"232\":{}},\"parent\":{}}],[\"unenroll\",{\"_index\":210,\"name\":{\"280\":{}},\"parent\":{}}],[\"unlinkidentity\",{\"_index\":34,\"name\":{\"37\":{}},\"parent\":{}}],[\"unsubscribe\",{\"_index\":131,\"name\":{\"158\":{}},\"parent\":{}}],[\"updatablefactorattributes\",{\"_index\":132,\"name\":{\"159\":{}},\"parent\":{\"160\":{}}}],[\"updated_at\",{\"_index\":95,\"name\":{\"103\":{},\"110\":{},\"134\":{}},\"parent\":{}}],[\"updateuser\",{\"_index\":27,\"name\":{\"29\":{}},\"parent\":{}}],[\"updateuserbyid\",{\"_index\":9,\"name\":{\"9\":{}},\"parent\":{}}],[\"url\",{\"_index\":51,\"name\":{\"56\":{}},\"parent\":{}}],[\"user\",{\"_index\":84,\"name\":{\"90\":{},\"114\":{}},\"parent\":{\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{}}}],[\"user_id\",{\"_index\":90,\"name\":{\"96\":{}},\"parent\":{}}],[\"user_metadata\",{\"_index\":103,\"name\":{\"117\":{},\"145\":{}},\"parent\":{}}],[\"userappmetadata\",{\"_index\":100,\"name\":{\"111\":{}},\"parent\":{\"112\":{}}}],[\"userattributes\",{\"_index\":121,\"name\":{\"138\":{}},\"parent\":{\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{}}}],[\"userid\",{\"_index\":217,\"name\":{\"288\":{},\"292\":{}},\"parent\":{}}],[\"useridentity\",{\"_index\":88,\"name\":{\"94\":{}},\"parent\":{\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{}}}],[\"usermetadata\",{\"_index\":101,\"name\":{\"113\":{}},\"parent\":{}}],[\"userresponse\",{\"_index\":75,\"name\":{\"81\":{}},\"parent\":{}}],[\"verification_type\",{\"_index\":182,\"name\":{\"247\":{}},\"parent\":{}}],[\"verify\",{\"_index\":209,\"name\":{\"279\":{}},\"parent\":{}}],[\"verifyemailotpparams\",{\"_index\":158,\"name\":{\"199\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{}}}],[\"verifyemailotpparams.__type\",{\"_index\":159,\"name\":{},\"parent\":{\"205\":{},\"206\":{}}}],[\"verifymobileotpparams\",{\"_index\":155,\"name\":{\"191\":{}},\"parent\":{\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{}}}],[\"verifymobileotpparams.__type\",{\"_index\":157,\"name\":{},\"parent\":{\"197\":{},\"198\":{}}}],[\"verifyotp\",{\"_index\":21,\"name\":{\"23\":{}},\"parent\":{}}],[\"verifyotpparams\",{\"_index\":154,\"name\":{\"190\":{}},\"parent\":{}}],[\"verifytokenhashparams\",{\"_index\":160,\"name\":{\"207\":{}},\"parent\":{\"208\":{},\"209\":{}}}],[\"weakpassword\",{\"_index\":64,\"name\":{\"70\":{}},\"parent\":{\"71\":{}}}],[\"weakpassword.__type\",{\"_index\":66,\"name\":{},\"parent\":{\"72\":{},\"73\":{}}}],[\"weakpasswordreasons\",{\"_index\":63,\"name\":{\"69\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/v2/assets/style.css b/v2/assets/style.css new file mode 100644 index 000000000..6127b27cd --- /dev/null +++ b/v2/assets/style.css @@ -0,0 +1,1414 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/v2/assets/widgets.png b/v2/assets/widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..c7380532ac1b45400620011c37c4dcb7aec27a4c GIT binary patch literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoH8@y+q^jrZML>b&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% literal 0 HcmV?d00001 diff --git a/v2/assets/widgets@2x.png b/v2/assets/widgets@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4bbbd57272f3b28f47527d4951ad10f950b8ad43 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R literal 0 HcmV?d00001 diff --git a/v2/classes/AuthApiError.html b/v2/classes/AuthApiError.html new file mode 100644 index 000000000..095e2a076 --- /dev/null +++ b/v2/classes/AuthApiError.html @@ -0,0 +1,8 @@ +AuthApiError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Constructors

  • new AuthApiError(message: string, status: number, code: undefined | string): AuthApiError

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthError.html b/v2/classes/AuthError.html new file mode 100644 index 000000000..c6a53ec55 --- /dev/null +++ b/v2/classes/AuthError.html @@ -0,0 +1,8 @@ +AuthError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Constructors

  • new AuthError(message: string, status?: number, code?: string): AuthError

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
status: undefined | number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthImplicitGrantRedirectError.html b/v2/classes/AuthImplicitGrantRedirectError.html new file mode 100644 index 000000000..0a33a17d7 --- /dev/null +++ b/v2/classes/AuthImplicitGrantRedirectError.html @@ -0,0 +1,8 @@ +AuthImplicitGrantRedirectError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthImplicitGrantRedirectError

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
details: null | { code: string; error: string } = null
name: string
status: number
+

HTTP status code that caused the error.

+

Methods

  • toJSON(): { details: null | { code: string; error: string }; message: string; name: string; status: number }
  • Returns { details: null | { code: string; error: string }; message: string; name: string; status: number }

    • details: null | { code: string; error: string }
    • message: string
    • name: string
    • status: number

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthInvalidCredentialsError.html b/v2/classes/AuthInvalidCredentialsError.html new file mode 100644 index 000000000..d2a37e7f5 --- /dev/null +++ b/v2/classes/AuthInvalidCredentialsError.html @@ -0,0 +1,8 @@ +AuthInvalidCredentialsError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthInvalidCredentialsError

Hierarchy

Index

Constructors

Properties

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthInvalidTokenResponseError.html b/v2/classes/AuthInvalidTokenResponseError.html new file mode 100644 index 000000000..4777dad79 --- /dev/null +++ b/v2/classes/AuthInvalidTokenResponseError.html @@ -0,0 +1,8 @@ +AuthInvalidTokenResponseError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthInvalidTokenResponseError

Hierarchy

Index

Constructors

Properties

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthPKCEGrantCodeExchangeError.html b/v2/classes/AuthPKCEGrantCodeExchangeError.html new file mode 100644 index 000000000..9f3c047d4 --- /dev/null +++ b/v2/classes/AuthPKCEGrantCodeExchangeError.html @@ -0,0 +1,8 @@ +AuthPKCEGrantCodeExchangeError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthPKCEGrantCodeExchangeError

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
details: null | { code: string; error: string } = null
name: string
status: number
+

HTTP status code that caused the error.

+

Methods

  • toJSON(): { details: null | { code: string; error: string }; message: string; name: string; status: number }
  • Returns { details: null | { code: string; error: string }; message: string; name: string; status: number }

    • details: null | { code: string; error: string }
    • message: string
    • name: string
    • status: number

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthRetryableFetchError.html b/v2/classes/AuthRetryableFetchError.html new file mode 100644 index 000000000..d4a517d9e --- /dev/null +++ b/v2/classes/AuthRetryableFetchError.html @@ -0,0 +1,8 @@ +AuthRetryableFetchError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthRetryableFetchError

Hierarchy

Index

Constructors

Properties

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthSessionMissingError.html b/v2/classes/AuthSessionMissingError.html new file mode 100644 index 000000000..66be35b36 --- /dev/null +++ b/v2/classes/AuthSessionMissingError.html @@ -0,0 +1,8 @@ +AuthSessionMissingError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthSessionMissingError

Hierarchy

Index

Constructors

Properties

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthUnknownError.html b/v2/classes/AuthUnknownError.html new file mode 100644 index 000000000..977ced964 --- /dev/null +++ b/v2/classes/AuthUnknownError.html @@ -0,0 +1,8 @@ +AuthUnknownError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthUnknownError

Hierarchy

Index

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
originalError: unknown
status: undefined | number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/AuthWeakPasswordError.html b/v2/classes/AuthWeakPasswordError.html new file mode 100644 index 000000000..a0d75d584 --- /dev/null +++ b/v2/classes/AuthWeakPasswordError.html @@ -0,0 +1,14 @@ +AuthWeakPasswordError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthWeakPasswordError

+

This error is thrown on certain methods when the password used is deemed +weak. Inspect the reasons to identify what password strength rules are +inadequate.

+

Hierarchy

Index

Constructors

Properties

Constructors

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
reasons: string[]
+

Reasons why the password is deemed weak.

+
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/CustomAuthError.html b/v2/classes/CustomAuthError.html new file mode 100644 index 000000000..f6fb83168 --- /dev/null +++ b/v2/classes/CustomAuthError.html @@ -0,0 +1,8 @@ +CustomAuthError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomAuthError

Hierarchy

Index

Constructors

Properties

Constructors

  • new CustomAuthError(message: string, name: string, status: number, code: undefined | string): CustomAuthError

Properties

code: undefined | string
+

Error code associated with the error. Most errors coming from +HTTP responses will have a code, though some errors that occur +before a response is received will not have one present. In that +case {@link #status} will also be undefined.

+
name: string
status: number
+

HTTP status code that caused the error.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/GoTrueAdminApi.html b/v2/classes/GoTrueAdminApi.html new file mode 100644 index 000000000..3d4ef021e --- /dev/null +++ b/v2/classes/GoTrueAdminApi.html @@ -0,0 +1,47 @@ +GoTrueAdminApi | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GoTrueAdminApi

Hierarchy

  • GoTrueAdminApi

Index

Constructors

  • new GoTrueAdminApi(__namedParameters: { fetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>); headers?: {}; url: string }): GoTrueAdminApi
  • Parameters

    • __namedParameters: { fetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>); headers?: {}; url: string }
      • Optional fetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)
          • (input: RequestInfo | URL, init?: RequestInit): Promise<Response>
          • Parameters

            • input: RequestInfo | URL
            • Optional init: RequestInit

            Returns Promise<Response>

      • Optional headers?: {}
        • [key: string]: string
      • url: string

    Returns GoTrueAdminApi

Properties

+

Contains all MFA administration methods.

+

Methods

  • deleteUser(id: string, shouldSoftDelete?: boolean): Promise<UserResponse>
  • +

    Delete a user. Requires a service_role key.

    +

    Parameters

    • id: string
      +

      The user id you want to remove.

      +
    • shouldSoftDelete: boolean = false
      +

      If true, then the user will be soft-deleted (setting deleted_at to the current timestamp and disabling their account while preserving their data) from the auth schema. +Defaults to false for backward compatibility.

      +

      This function should only be called on a server. Never expose your service_role key in the browser.

      +

    Returns Promise<UserResponse>

  • +

    Get user by id.

    +

    Parameters

    • uid: string
      +

      The user's unique identifier

      +

      This function should only be called on a server. Never expose your service_role key in the browser.

      +

    Returns Promise<UserResponse>

  • inviteUserByEmail(email: string, options?: { data?: object; redirectTo?: string }): Promise<UserResponse>
  • +

    Sends an invite link to an email address.

    +

    Parameters

    • email: string
      +

      The email address of the user.

      +
    • options: { data?: object; redirectTo?: string } = {}
      +

      Additional options to be included when inviting.

      +
      • Optional data?: object
        +

        A custom data object to store additional metadata about the user. This maps to the auth.users.user_metadata column.

        +
      • Optional redirectTo?: string
        +

        The URL which will be appended to the email link sent to the user's email address. Once clicked the user will end up on this URL.

        +

    Returns Promise<UserResponse>

  • +

    Get a list of users.

    +

    This function should only be called on a server. Never expose your service_role key in the browser.

    +

    Parameters

    • Optional params: PageParams
      +

      An object which supports page and perPage as numbers, to alter the paginated results.

      +

    Returns Promise<{ data: { aud: string; users: User[] } & Pagination; error: null } | { data: { users: [] }; error: AuthError }>

  • signOut(jwt: string, scope?: "global" | "local" | "others"): Promise<{ data: null; error: null | AuthError }>
  • +

    Removes a logged-in session.

    +

    Parameters

    • jwt: string
      +

      A valid, logged-in JWT.

      +
    • scope: "global" | "local" | "others" = 'global'
      +

      The logout sope.

      +

    Returns Promise<{ data: null; error: null | AuthError }>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/GoTrueClient.html b/v2/classes/GoTrueClient.html new file mode 100644 index 000000000..466619584 --- /dev/null +++ b/v2/classes/GoTrueClient.html @@ -0,0 +1,139 @@ +GoTrueClient | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GoTrueClient

Index

Constructors

Properties

+

Namespace for the GoTrue admin methods. +These methods should only be used in a trusted server-side environment.

+
+

Namespace for the MFA methods.

+

Methods

  • getSession(): Promise<{ data: { session: Session }; error: null } | { data: { session: null }; error: AuthError } | { data: { session: null }; error: null }>
  • +

    Returns the session, refreshing it if necessary.

    +

    The session returned can be null if the session is not detected which can happen in the event a user is not signed-in or has logged out.

    +

    IMPORTANT: This method loads values directly from the storage attached +to the client. If that storage is based on request cookies for example, +the values in it may not be authentic and therefore it's strongly advised +against using this method and its results in such circumstances. A warning +will be emitted if this is detected. Use {@link #getUser()} instead.

    +

    Returns Promise<{ data: { session: Session }; error: null } | { data: { session: null }; error: AuthError } | { data: { session: null }; error: null }>

  • +

    Gets the current user details if there is an existing session. This method +performs a network request to the Supabase Auth server, so the returned +value is authentic and can be used to base authorization rules on.

    +

    Parameters

    • Optional jwt: string
      +

      Takes in an optional access token JWT. If no JWT is provided, the JWT from the current session is used.

      +

    Returns Promise<UserResponse>

  • getUserIdentities(): Promise<{ data: { identities: UserIdentity[] }; error: null } | { data: null; error: AuthError }>
  • +

    Initializes the client session either from the url or from storage. +This method is automatically called when instantiating the client, but should also be called +manually when checking for an error from an auth redirect (oauth, magiclink, password recovery, etc).

    +

    Returns Promise<InitializeResult>

  • refreshSession(currentSession?: { refresh_token: string }): Promise<AuthResponse>
  • +

    Returns a new session, regardless of expiry status. +Takes in an optional current session. If not passed in, then refreshSession() will attempt to retrieve it from getSession(). +If the current session's refresh token is invalid, an error will be thrown.

    +

    Parameters

    • Optional currentSession: { refresh_token: string }
      +

      The current session. If passed in, it must contain a refresh token.

      +
      • refresh_token: string

    Returns Promise<AuthResponse>

  • resetPasswordForEmail(email: string, options?: { captchaToken?: string; redirectTo?: string }): Promise<{ data: {}; error: null } | { data: null; error: AuthError }>
  • +

    Sends a password reset request to an email address. This method supports the PKCE flow.

    +

    Parameters

    • email: string
      +

      The email address of the user.

      +
    • options: { captchaToken?: string; redirectTo?: string } = {}
      • Optional captchaToken?: string
        +

        Verification token received when the user completes the captcha on the site.

        +
      • Optional redirectTo?: string
        +

        The URL to send the user to after they click the password reset link.

        +

    Returns Promise<{ data: {}; error: null } | { data: null; error: AuthError }>

  • setSession(currentSession: { access_token: string; refresh_token: string }): Promise<AuthResponse>
  • +

    Sets the session data from the current session. If the current session is expired, setSession will take care of refreshing it to obtain a new session. +If the refresh token or access token in the current session is invalid, an error will be thrown.

    +

    Parameters

    • currentSession: { access_token: string; refresh_token: string }
      +

      The current session that minimally contains an access token and refresh token.

      +
      • access_token: string
      • refresh_token: string

    Returns Promise<AuthResponse>

  • +

    Log in a user using magiclink or a one-time password (OTP).

    +

    If the {{ .ConfirmationURL }} variable is specified in the email template, a magiclink will be sent. +If the {{ .Token }} variable is specified in the email template, an OTP will be sent. +If you're using phone sign-ins, only an OTP will be sent. You won't be able to send a magiclink for phone sign-ins.

    +

    Be aware that you may get back an error message that will not distinguish +between the cases where the account does not exist or, that the account +can only be accessed via social login.

    +

    Do note that you will need to configure a Whatsapp sender on Twilio +if you are using phone sign in with the 'whatsapp' channel. The whatsapp +channel is not supported on other providers +at this time. +This method supports PKCE when an email is passed.

    +

    Parameters

    Returns Promise<AuthOtpResponse>

  • +

    Log in an existing user with an email and password or phone and password.

    +

    Be aware that you may get back an error message that will not distinguish +between the cases where the account does not exist or that the +email/phone and password combination is wrong or that the account can only +be accessed via social login.

    +

    Parameters

    Returns Promise<AuthTokenResponsePassword>

  • +

    Attempts a single-sign on using an enterprise Identity Provider. A +successful SSO attempt will redirect the current page to the identity +provider authorization page. The redirect URL is implementation and SSO +protocol specific.

    +

    You can use it by providing a SSO domain. Typically you can extract this +domain by asking users for their email address. If this domain is +registered on the Auth instance the redirect will use that organization's +currently active SSO Identity Provider for the login.

    +

    If you have built an organization-specific login page, you can use the +organization's SSO Identity Provider UUID directly instead.

    +

    Parameters

    Returns Promise<SSOResponse>

  • +

    Inside a browser context, signOut() will remove the logged in user from the browser session and log them out - removing all items from localstorage and then trigger a "SIGNED_OUT" event.

    +

    For server-side management, you can revoke all refresh tokens for a user by passing a user's JWT through to auth.api.signOut(JWT: string). +There is no way to revoke a user's access token jwt until it expires. It is recommended to set a shorter expiry on the jwt for this reason.

    +

    If using others scope, no SIGNED_OUT event is fired!

    +

    Parameters

    Returns Promise<{ error: null | AuthError }>

  • +

    Creates a new user.

    +

    Be aware that if a user account exists in the system you may get back an +error message that attempts to hide this information from the user. +This method has support for PKCE via email signups. The PKCE flow cannot be used when autoconfirm is enabled.

    +

    Parameters

    Returns Promise<AuthResponse>

    A logged-in session if the server has "autoconfirm" ON

    +
  • startAutoRefresh(): Promise<void>
  • +

    Starts an auto-refresh process in the background. The session is checked +every few seconds. Close to the time of expiration a process is started to +refresh the session. If refreshing fails it will be retried for as long as +necessary.

    +

    If you set the {@link GoTrueClientOptions#autoRefreshToken} you don't need +to call this function, it will be called for you.

    +

    On browsers the refresh process works only when the tab/window is in the +foreground to conserve resources as well as prevent race conditions and +flooding auth with requests. If you call this method any managed +visibility change callback will be removed and you must manage visibility +changes on your own.

    +

    On non-browser platforms the refresh process works continuously in the +background, which may not be desirable. You should hook into your +platform's foreground indication mechanism and call these methods +appropriately to conserve resources.

    +

    {@see #stopAutoRefresh}

    +

    Returns Promise<void>

  • stopAutoRefresh(): Promise<void>
  • +

    Stops an active auto refresh process running in the background (if any).

    +

    If you call this method any managed visibility change callback will be +removed and you must manage visibility changes on your own.

    +

    See {@link #startAutoRefresh} for more details.

    +

    Returns Promise<void>

  • unlinkIdentity(identity: UserIdentity): Promise<{ data: {}; error: null } | { data: null; error: AuthError }>
  • +

    Unlinks an identity from a user by deleting it. The user will no longer be able to sign in with that identity once it's unlinked.

    +

    Parameters

    Returns Promise<{ data: {}; error: null } | { data: null; error: AuthError }>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/classes/NavigatorLockAcquireTimeoutError.html b/v2/classes/NavigatorLockAcquireTimeoutError.html new file mode 100644 index 000000000..0f864a2f1 --- /dev/null +++ b/v2/classes/NavigatorLockAcquireTimeoutError.html @@ -0,0 +1 @@ +NavigatorLockAcquireTimeoutError | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NavigatorLockAcquireTimeoutError

Hierarchy

  • LockAcquireTimeoutError
    • NavigatorLockAcquireTimeoutError

Index

Constructors

Properties

Constructors

Properties

isAcquireTimeout: true = true

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/index.html b/v2/index.html new file mode 100644 index 000000000..2b5a3c879 --- /dev/null +++ b/v2/index.html @@ -0,0 +1,43 @@ +@supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

@supabase/auth-js

+ +

auth-js

+
+

An isomorphic JavaScript client library for the Supabase Auth API.

+ + +

Docs

+
+ + + +

Quick start

+
+

Install

+
npm install --save @supabase/auth-js
+
+

Usage

+
import { AuthClient } from '@supabase/auth-js'

const GOTRUE_URL = 'http://localhost:9999'

const auth = new AuthClient({ url: GOTRUE_URL }) +
+ + + +

Custom fetch implementation

+
+

auth-js uses the cross-fetch library to make HTTP requests, but an alternative fetch implementation can be provided as an option. This is most useful in environments where cross-fetch is not compatible, for instance Cloudflare Workers:

+
import { AuthClient } from '@supabase/auth-js'

const AUTH_URL = 'http://localhost:9999'

const auth = new AuthClient({ url: AUTH_URL, fetch: fetch }) +
+ + +

Sponsors

+
+

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves.

+

New Sponsor

+

Watch this repo

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/AMREntry.html b/v2/interfaces/AMREntry.html new file mode 100644 index 000000000..d7a38f2fb --- /dev/null +++ b/v2/interfaces/AMREntry.html @@ -0,0 +1,11 @@ +AMREntry | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AMREntry

+

An authentication methord reference (AMR) entry.

+

An entry designates what method was used by the user to verify their +identity and at what time.

+
see

{@link GoTrueMFAApi#getAuthenticatorAssuranceLevel}.

+

Hierarchy

  • AMREntry

Index

Properties

Properties

method: string
+

Authentication method name.

+
timestamp: number
+

Timestamp when the method was successfully used. Represents number of +seconds since 1st January 1970 (UNIX epoch) in UTC.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/AdminUserAttributes.html b/v2/interfaces/AdminUserAttributes.html new file mode 100644 index 000000000..3612562d8 --- /dev/null +++ b/v2/interfaces/AdminUserAttributes.html @@ -0,0 +1,36 @@ +AdminUserAttributes | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdminUserAttributes

Hierarchy

Index

Properties

app_metadata?: object
+

A custom data object to store the user's application specific metadata. This maps to the auth.users.app_metadata column.

+

Only a service role can modify.

+

The app_metadata should be a JSON object that includes app-specific info, such as identity providers, roles, and other +access control information.

+
ban_duration?: string
+

Determines how long a user is banned for.

+

The format for the ban duration follows a strict sequence of decimal numbers with a unit suffix. +Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".

+

For example, some possible durations include: '300ms', '2h45m'.

+

Setting the ban duration to 'none' lifts the ban on the user.

+
email?: string
+

The user's email.

+
email_confirm?: boolean
+

Confirms the user's email address if set to true.

+

Only a service role can modify.

+
nonce?: string
+

The nonce sent for reauthentication if the user's password is to be updated.

+

Call reauthenticate() to obtain the nonce first.

+
password?: string
+

The user's password.

+
phone?: string
+

The user's phone.

+
phone_confirm?: boolean
+

Confirms the user's phone number if set to true.

+

Only a service role can modify.

+
role?: string
+

The role claim set in the user's access token JWT.

+

When a user signs up, this role is set to authenticated by default. You should only modify the role if you need to provision several levels of admin access that have different permissions on individual columns in your database.

+

Setting this role to service_role is not recommended as it grants the user admin privileges.

+
user_metadata?: object
+

A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.

+

The user_metadata should be a JSON object that includes user-specific info, such as their first and last name.

+

Note: When using the GoTrueAdminApi and wanting to modify a user's metadata, +this attribute is used instead of UserAttributes data.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/Factor.html b/v2/interfaces/Factor.html new file mode 100644 index 000000000..5c0bfce8a --- /dev/null +++ b/v2/interfaces/Factor.html @@ -0,0 +1,15 @@ +Factor | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Factor

+

A MFA factor.

+
see

{@link GoTrueMFAApi#enroll}

+
see

{@link GoTrueMFAApi#listFactors}

+
see

{@link GoTrueMFAAdminApi#listFactors}

+

Hierarchy

  • Factor

Index

Properties

created_at: string
factor_type: string
+

Type of factor. Only totp supported with this version but may change in +future versions.

+
friendly_name?: string
+

Friendly name of the factor, useful to disambiguate between multiple factors.

+
id: string
+

ID of the factor.

+
status: "verified" | "unverified"
+

Factor's status.

+
updated_at: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/GenerateLinkOptions.html b/v2/interfaces/GenerateLinkOptions.html new file mode 100644 index 000000000..c45c9fd1a --- /dev/null +++ b/v2/interfaces/GenerateLinkOptions.html @@ -0,0 +1,6 @@ +GenerateLinkOptions | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateLinkOptions

Hierarchy

  • GenerateLinkOptions

Index

Properties

Properties

data?: object
+

A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.

+

The data should be a JSON object that includes user-specific info, such as their first and last name.

+
redirectTo?: string
+

The URL which will be appended to the email link generated.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/GoTrueAdminMFAApi.html b/v2/interfaces/GoTrueAdminMFAApi.html new file mode 100644 index 000000000..71cd2f6d1 --- /dev/null +++ b/v2/interfaces/GoTrueAdminMFAApi.html @@ -0,0 +1,9 @@ +GoTrueAdminMFAApi | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoTrueAdminMFAApi

+

Contains the full multi-factor authentication administration API.

+
expermental

Hierarchy

  • GoTrueAdminMFAApi

Index

Methods

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/GoTrueMFAApi.html b/v2/interfaces/GoTrueMFAApi.html new file mode 100644 index 000000000..31d918f3e --- /dev/null +++ b/v2/interfaces/GoTrueMFAApi.html @@ -0,0 +1,38 @@ +GoTrueMFAApi | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoTrueMFAApi

+

Contains the full multi-factor authentication API.

+

Hierarchy

  • GoTrueMFAApi

Index

Methods

  • +

    Starts the enrollment process for a new Multi-Factor Authentication (MFA) +factor. This method creates a new unverified factor. +To verify a factor, present the QR code or secret to the user and ask them to add it to their +authenticator app. +The user has to enter the code from their authenticator app to verify it.

    +

    Upon verifying a factor, all other sessions are logged out and the current session's authenticator level is promoted to aal2.

    +

    Parameters

    Returns Promise<AuthMFAEnrollResponse>

  • +

    Returns the Authenticator Assurance Level (AAL) for the active session.

    +
      +
    • aal1 (or null) means that the user's identity has been verified only +with a conventional login (email+password, OTP, magic link, social login, +etc.).
    • +
    • aal2 means that the user's identity has been verified both with a conventional login and at least one MFA factor.
    • +
    +

    Although this method returns a promise, it's fairly quick (microseconds) +and rarely uses the network. You can use this to check whether the current +user needs to be shown a screen to verify their MFA factors.

    +

    Returns Promise<AuthMFAGetAuthenticatorAssuranceLevelResponse>

  • +

    Returns the list of MFA factors enabled for this user.

    +
    see

    {@link GoTrueMFAApi#enroll}

    +
    see

    {@link GoTrueMFAApi#getAuthenticatorAssuranceLevel}

    +
    see

    {@link GoTrueClient#getUser}

    +

    Returns Promise<AuthMFAListFactorsResponse>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/Session.html b/v2/interfaces/Session.html new file mode 100644 index 000000000..188e4f694 --- /dev/null +++ b/v2/interfaces/Session.html @@ -0,0 +1,14 @@ +Session | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Session

Hierarchy

  • Session

Index

Properties

access_token: string
+

The access token jwt. It is recommended to set the JWT_EXPIRY to a shorter expiry value.

+
expires_at?: number
+

A timestamp of when the token will expire. Returned when a login is confirmed.

+
expires_in: number
+

The number of seconds until the token expires (since it was issued). Returned when a login is confirmed.

+
provider_refresh_token?: null | string
+

The oauth provider refresh token. If present, this can be used to refresh the provider_token via the oauth provider's API. +Not all oauth providers return a provider refresh token. If the provider_refresh_token is missing, please refer to the oauth provider's documentation for information on how to obtain the provider refresh token.

+
provider_token?: null | string
+

The oauth provider token. If present, this can be used to make external API requests to the oauth provider used.

+
refresh_token: string
+

A one-time used refresh token that never expires.

+
token_type: string
user: User

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/Subscription.html b/v2/interfaces/Subscription.html new file mode 100644 index 000000000..d58e0eab0 --- /dev/null +++ b/v2/interfaces/Subscription.html @@ -0,0 +1,7 @@ +Subscription | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Subscription

Hierarchy

  • Subscription

Index

Properties

Methods

Properties

id: string
+

The subscriber UUID. This will be set by the client.

+

Methods

  • unsubscribe(): void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/UpdatableFactorAttributes.html b/v2/interfaces/UpdatableFactorAttributes.html new file mode 100644 index 000000000..bc0643687 --- /dev/null +++ b/v2/interfaces/UpdatableFactorAttributes.html @@ -0,0 +1 @@ +UpdatableFactorAttributes | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatableFactorAttributes

Hierarchy

  • UpdatableFactorAttributes

Index

Properties

Properties

friendlyName: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/User.html b/v2/interfaces/User.html new file mode 100644 index 000000000..535576c7a --- /dev/null +++ b/v2/interfaces/User.html @@ -0,0 +1 @@ +User | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface User

Hierarchy

  • User

Index

Properties

action_link?: string
app_metadata: UserAppMetadata
aud: string
confirmation_sent_at?: string
confirmed_at?: string
created_at: string
email?: string
email_change_sent_at?: string
email_confirmed_at?: string
factors?: Factor[]
id: string
identities?: UserIdentity[]
invited_at?: string
is_anonymous?: boolean
last_sign_in_at?: string
new_email?: string
new_phone?: string
phone?: string
phone_confirmed_at?: string
recovery_sent_at?: string
role?: string
updated_at?: string
user_metadata: UserMetadata

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/UserAppMetadata.html b/v2/interfaces/UserAppMetadata.html new file mode 100644 index 000000000..a5b1e8aa5 --- /dev/null +++ b/v2/interfaces/UserAppMetadata.html @@ -0,0 +1 @@ +UserAppMetadata | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAppMetadata

Hierarchy

  • UserAppMetadata

Indexable

[key: string]: any

Index

Properties

Properties

provider?: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/UserAttributes.html b/v2/interfaces/UserAttributes.html new file mode 100644 index 000000000..70eb299a2 --- /dev/null +++ b/v2/interfaces/UserAttributes.html @@ -0,0 +1,13 @@ +UserAttributes | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAttributes

Hierarchy

  • UserAttributes

Index

Properties

data?: object
+

A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.

+

The data should be a JSON object that includes user-specific info, such as their first and last name.

+
email?: string
+

The user's email.

+
nonce?: string
+

The nonce sent for reauthentication if the user's password is to be updated.

+

Call reauthenticate() to obtain the nonce first.

+
password?: string
+

The user's password.

+
phone?: string
+

The user's phone.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/UserIdentity.html b/v2/interfaces/UserIdentity.html new file mode 100644 index 000000000..48bfac087 --- /dev/null +++ b/v2/interfaces/UserIdentity.html @@ -0,0 +1 @@ +UserIdentity | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserIdentity

Hierarchy

  • UserIdentity

Index

Properties

created_at?: string
id: string
identity_data?: {}

Type declaration

  • [key: string]: any
identity_id: string
last_sign_in_at?: string
provider: string
updated_at?: string
user_id: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/UserMetadata.html b/v2/interfaces/UserMetadata.html new file mode 100644 index 000000000..d365b2543 --- /dev/null +++ b/v2/interfaces/UserMetadata.html @@ -0,0 +1 @@ +UserMetadata | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserMetadata

Hierarchy

  • UserMetadata

Indexable

[key: string]: any

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/VerifyEmailOtpParams.html b/v2/interfaces/VerifyEmailOtpParams.html new file mode 100644 index 000000000..e33ee1400 --- /dev/null +++ b/v2/interfaces/VerifyEmailOtpParams.html @@ -0,0 +1,11 @@ +VerifyEmailOtpParams | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerifyEmailOtpParams

Hierarchy

  • VerifyEmailOtpParams

Index

Properties

email: string
+

The user's email address.

+
options?: { captchaToken?: string; redirectTo?: string }

Type declaration

  • Optional captchaToken?: string
    +

    Verification token received when the user completes the captcha on the site.

    +
    deprecated
  • Optional redirectTo?: string
    +

    A URL to send the user to after they are confirmed.

    +
token: string
+

The otp sent to the user's email address.

+
+

The user's verification type.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/VerifyMobileOtpParams.html b/v2/interfaces/VerifyMobileOtpParams.html new file mode 100644 index 000000000..cd5afb55e --- /dev/null +++ b/v2/interfaces/VerifyMobileOtpParams.html @@ -0,0 +1,11 @@ +VerifyMobileOtpParams | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerifyMobileOtpParams

Hierarchy

  • VerifyMobileOtpParams

Index

Properties

options?: { captchaToken?: string; redirectTo?: string }

Type declaration

  • Optional captchaToken?: string
    +

    Verification token received when the user completes the captcha on the site.

    +
    deprecated
  • Optional redirectTo?: string
    +

    A URL to send the user to after they are confirmed.

    +
phone: string
+

The user's phone number.

+
token: string
+

The otp sent to the user's phone number.

+
+

The user's verification type.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/interfaces/VerifyTokenHashParams.html b/v2/interfaces/VerifyTokenHashParams.html new file mode 100644 index 000000000..ac17d5460 --- /dev/null +++ b/v2/interfaces/VerifyTokenHashParams.html @@ -0,0 +1,5 @@ +VerifyTokenHashParams | @supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerifyTokenHashParams

Hierarchy

  • VerifyTokenHashParams

Index

Properties

Properties

token_hash: string
+

The token hash used in an email link

+
+

The user's verification type.

+

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/modules.html b/v2/modules.html new file mode 100644 index 000000000..4b0a7f0dd --- /dev/null +++ b/v2/modules.html @@ -0,0 +1,132 @@ +@supabase/auth-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

@supabase/auth-js

Index

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

AuthChangeEvent: "INITIAL_SESSION" | "PASSWORD_RECOVERY" | "SIGNED_IN" | "SIGNED_OUT" | "TOKEN_REFRESHED" | "USER_UPDATED" | AuthChangeEventMFA
AuthChangeEventMFA: "MFA_CHALLENGE_VERIFIED"
AuthFlowType: "implicit" | "pkce"
AuthMFAAdminDeleteFactorParams: { id: string; userId: string }
expermental

Type declaration

  • id: string
    +

    ID of the MFA factor to delete.

    +
  • userId: string
    +

    ID of the user whose factor is being deleted.

    +
AuthMFAAdminDeleteFactorResponse: { data: { id: string }; error: null } | { data: null; error: AuthError }
expermental
AuthMFAAdminListFactorsParams: { userId: string }
expermental

Type declaration

  • userId: string
    +

    ID of the user.

    +
AuthMFAAdminListFactorsResponse: { data: { factors: Factor[] }; error: null } | { data: null; error: AuthError }
expermental
AuthMFAChallengeResponse: { data: { expires_at: number; id: string }; error: null } | { data: null; error: AuthError }
AuthMFAEnrollResponse: { data: { friendly_name?: string; id: string; totp: { qr_code: string; secret: string; uri: string }; type: "totp" }; error: null } | { data: null; error: AuthError }
AuthMFAGetAuthenticatorAssuranceLevelResponse: { data: { currentAuthenticationMethods: AMREntry[]; currentLevel: AuthenticatorAssuranceLevels | null; nextLevel: AuthenticatorAssuranceLevels | null }; error: null } | { data: null; error: AuthError }
AuthMFAListFactorsResponse: { data: { all: Factor[]; totp: Factor[] }; error: null } | { data: null; error: AuthError }
AuthMFAUnenrollResponse: { data: { id: string }; error: null } | { data: null; error: AuthError }
AuthMFAVerifyResponse: { data: { access_token: string; expires_in: number; refresh_token: string; token_type: string; user: User }; error: null } | { data: null; error: AuthError }
AuthOtpResponse: { data: { messageId?: string | null; session: null; user: null }; error: null } | { data: { messageId?: string | null; session: null; user: null }; error: AuthError }
+

AuthOtpResponse is returned when OTP is used.

+

{@see AuthResponse}

+
AuthResponse: { data: { session: Session | null; user: User | null }; error: null } | { data: { session: null; user: null }; error: AuthError }
AuthResponsePassword: { data: { session: Session | null; user: User | null; weak_password?: WeakPassword | null }; error: null } | { data: { session: null; user: null }; error: AuthError }
AuthTokenResponse: { data: { session: Session; user: User }; error: null } | { data: { session: null; user: null }; error: AuthError }
AuthTokenResponsePassword: { data: { session: Session; user: User; weakPassword?: WeakPassword }; error: null } | { data: { session: null; user: null; weakPassword?: null }; error: AuthError }
AuthenticatorAssuranceLevels: "aal1" | "aal2"
CallRefreshTokenResult: { error: null; session: Session } | { error: AuthError; session: null }
EmailOtpType: "signup" | "invite" | "magiclink" | "recovery" | "email_change" | "email"
GenerateEmailChangeLinkParams: { email: string; newEmail: string; options?: Pick<GenerateLinkOptions, "redirectTo">; type: "email_change_current" | "email_change_new" }

Type declaration

  • email: string
    +

    The user's email

    +
  • newEmail: string
    +

    The user's new email. Only required if type is 'email_change_current' or 'email_change_new'.

    +
  • Optional options?: Pick<GenerateLinkOptions, "redirectTo">
  • type: "email_change_current" | "email_change_new"
GenerateInviteOrMagiclinkParams: { email: string; options?: Pick<GenerateLinkOptions, "data" | "redirectTo">; type: "invite" | "magiclink" }

Type declaration

  • email: string
    +

    The user's email

    +
  • Optional options?: Pick<GenerateLinkOptions, "data" | "redirectTo">
  • type: "invite" | "magiclink"
GenerateLinkProperties: { action_link: string; email_otp: string; hashed_token: string; redirect_to: string; verification_type: GenerateLinkType }
+

The properties related to the email link generated

+

Type declaration

  • action_link: string
    +

    The email link to send to the user. +The action_link follows the following format: auth/v1/verify?type={verification_type}&token={hashed_token}&redirect_to={redirect_to}

    +
  • email_otp: string
    +

    The raw email OTP. +You should send this in the email if you want your users to verify using an OTP instead of the action link.

    +
  • hashed_token: string
    +

    The hashed token appended to the action link.

    +
  • redirect_to: string
    +

    The URL appended to the action link.

    +
  • verification_type: GenerateLinkType
    +

    The verification type that the email link is associated to.

    +
GenerateLinkResponse: { data: { properties: GenerateLinkProperties; user: User }; error: null } | { data: { properties: null; user: null }; error: AuthError }
GenerateLinkType: "signup" | "invite" | "magiclink" | "recovery" | "email_change_current" | "email_change_new"
GenerateRecoveryLinkParams: { email: string; options?: Pick<GenerateLinkOptions, "redirectTo">; type: "recovery" }

Type declaration

  • email: string
    +

    The user's email

    +
  • Optional options?: Pick<GenerateLinkOptions, "redirectTo">
  • type: "recovery"
GenerateSignupLinkParams: { email: string; options?: Pick<GenerateLinkOptions, "data" | "redirectTo">; password: string; type: "signup" }

Type declaration

  • email: string
  • Optional options?: Pick<GenerateLinkOptions, "data" | "redirectTo">
  • password: string
  • type: "signup"
GoTrueClientOptions: { autoRefreshToken?: boolean; debug?: boolean | ((message: string, ...args: any[]) => void); detectSessionInUrl?: boolean; fetch?: Fetch; flowType?: AuthFlowType; hasCustomAuthorizationHeader?: boolean; headers?: {}; lock?: LockFunc; persistSession?: boolean; storage?: SupportedStorage; storageKey?: string; url?: string }

Type declaration

  • Optional autoRefreshToken?: boolean
  • Optional debug?: boolean | ((message: string, ...args: any[]) => void)
  • Optional detectSessionInUrl?: boolean
  • Optional fetch?: Fetch
  • Optional flowType?: AuthFlowType
  • Optional hasCustomAuthorizationHeader?: boolean
    +

    Set to "true" if there is a custom authorization header set globally.

    +
    experimental
  • Optional headers?: {}
    • [key: string]: string
  • Optional lock?: LockFunc
    +

    Provide your own locking mechanism based on the environment. By default no locking is done at this time.

    +
    experimental
  • Optional persistSession?: boolean
  • Optional storage?: SupportedStorage
  • Optional storageKey?: string
  • Optional url?: string
InitializeResult: { error: AuthError | null }

Type declaration

LockFunc: (<R>(name: string, acquireTimeout: number, fn: (() => Promise<R>)) => Promise<R>)

Type declaration

    • <R>(name: string, acquireTimeout: number, fn: (() => Promise<R>)): Promise<R>
    • +

      Provide your own global lock implementation instead of the default +implementation. The function should acquire a lock for the duration of the +fn async function, such that no other client instances will be able to +hold it at the same time.

      +
      experimental

      Type Parameters

      • R

      Parameters

      • name: string
        +

        Name of the lock to be acquired.

        +
      • acquireTimeout: number
        +

        If negative, no timeout should occur. If positive it + should throw an Error with an isAcquireTimeout + property set to true if the operation fails to be + acquired after this much time (ms).

        +
      • fn: (() => Promise<R>)
        +

        The operation to execute when the lock is acquired.

        +
          • (): Promise<R>
          • Returns Promise<R>

      Returns Promise<R>

MFAChallengeAndVerifyParams: { code: string; factorId: string }

Type declaration

  • code: string
    +

    Verification code provided by the user.

    +
  • factorId: string
    +

    ID of the factor being verified. Returned in enroll().

    +
MFAChallengeParams: { factorId: string }

Type declaration

  • factorId: string
    +

    ID of the factor to be challenged. Returned in enroll().

    +
MFAEnrollParams: { factorType: "totp"; friendlyName?: string; issuer?: string }

Type declaration

  • factorType: "totp"
    +

    The type of factor being enrolled.

    +
  • Optional friendlyName?: string
    +

    Human readable name assigned to the factor.

    +
  • Optional issuer?: string
    +

    Domain which the user is enrolled with.

    +
MFAUnenrollParams: { factorId: string }

Type declaration

  • factorId: string
    +

    ID of the factor being unenrolled.

    +
MFAVerifyParams: { challengeId: string; code: string; factorId: string }

Type declaration

  • challengeId: string
    +

    ID of the challenge being verified. Returned in challenge().

    +
  • code: string
    +

    Verification code provided by the user.

    +
  • factorId: string
    +

    ID of the factor being verified. Returned in enroll().

    +
MobileOtpType: "sms" | "phone_change"
OAuthResponse: { data: { provider: Provider; url: string }; error: null } | { data: { provider: Provider; url: null }; error: AuthError }
PageParams: { page?: number; perPage?: number }

Type declaration

  • Optional page?: number
    +

    The page number

    +
  • Optional perPage?: number
    +

    Number of items returned per page

    +
Pagination: { lastPage: number; nextPage: number | null; total: number }

Type declaration

  • [key: string]: any
  • lastPage: number
  • nextPage: number | null
  • total: number
Provider: "apple" | "azure" | "bitbucket" | "discord" | "facebook" | "figma" | "github" | "gitlab" | "google" | "kakao" | "keycloak" | "linkedin" | "linkedin_oidc" | "notion" | "slack" | "spotify" | "twitch" | "twitter" | "workos" | "zoom" | "fly"
+

One of the providers supported by GoTrue.

+
ResendParams: { email: string; options?: { captchaToken?: string; emailRedirectTo?: string }; type: Extract<EmailOtpType, "signup" | "email_change"> } | { options?: { captchaToken?: string }; phone: string; type: Extract<MobileOtpType, "sms" | "phone_change"> }
SSOResponse: { data: { url: string }; error: null } | { data: null; error: AuthError }
SignInAnonymouslyCredentials: { options?: { captchaToken?: string; data?: object } }

Type declaration

  • Optional options?: { captchaToken?: string; data?: object }
    • Optional captchaToken?: string
      +

      Verification token received when the user completes the captcha on the site.

      +
    • Optional data?: object
      +

      A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.

      +

      The data should be a JSON object that includes user-specific info, such as their first and last name.

      +
SignInWithIdTokenCredentials: { access_token?: string; nonce?: string; options?: { captchaToken?: string }; provider: "google" | "apple" | "azure" | "facebook" | string; token: string }

Type declaration

  • Optional access_token?: string
    +

    If the ID token contains an at_hash claim, then the hash of this value is compared to the value in the ID token.

    +
  • Optional nonce?: string
    +

    If the ID token contains a nonce claim, then the hash of this value is compared to the value in the ID token.

    +
  • Optional options?: { captchaToken?: string }
    • Optional captchaToken?: string
      +

      Verification token received when the user completes the captcha on the site.

      +
  • provider: "google" | "apple" | "azure" | "facebook" | string
    +

    Provider name or OIDC iss value identifying which provider should be used to verify the provided token. Supported names: google, apple, azure, facebook, keycloak (deprecated).

    +
  • token: string
    +

    OIDC ID token issued by the specified provider. The iss claim in the ID token must match the supplied provider. Some ID tokens contain an at_hash which require that you provide an access_token value to be accepted properly. If the token contains a nonce claim you must supply the nonce used to obtain the ID token.

    +
SignInWithOAuthCredentials: { options?: { queryParams?: {}; redirectTo?: string; scopes?: string; skipBrowserRedirect?: boolean }; provider: Provider }

Type declaration

  • Optional options?: { queryParams?: {}; redirectTo?: string; scopes?: string; skipBrowserRedirect?: boolean }
    • Optional queryParams?: {}
      +

      An object of query params

      +
      • [key: string]: string
    • Optional redirectTo?: string
      +

      A URL to send the user to after they are confirmed.

      +
    • Optional scopes?: string
      +

      A space-separated list of scopes granted to the OAuth application.

      +
    • Optional skipBrowserRedirect?: boolean
      +

      If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider.

      +
  • provider: Provider
    +

    One of the providers supported by GoTrue.

    +
SignInWithPasswordCredentials: { email: string; options?: { captchaToken?: string }; password: string } | { options?: { captchaToken?: string }; password: string; phone: string }
SignInWithPasswordlessCredentials: { email: string; options?: { captchaToken?: string; data?: object; emailRedirectTo?: string; shouldCreateUser?: boolean } } | { options?: { captchaToken?: string; channel?: "sms" | "whatsapp"; data?: object; shouldCreateUser?: boolean }; phone: string }
SignInWithSSO: { options?: { captchaToken?: string; redirectTo?: string }; providerId: string } | { domain: string; options?: { captchaToken?: string; redirectTo?: string } }
SignOut: { scope?: "global" | "local" | "others" }

Type declaration

  • Optional scope?: "global" | "local" | "others"
    +

    Determines which sessions should be +logged out. Global means all +sessions by this account. Local +means only this session. Others +means all other sessions except the +current one. When using others, +there is no sign-out event fired on +the current session!

    +
SignUpWithPasswordCredentials: { email: string; options?: { captchaToken?: string; data?: object; emailRedirectTo?: string }; password: string } | { options?: { captchaToken?: string; channel?: "sms" | "whatsapp"; data?: object }; password: string; phone: string }
SupportedStorage: PromisifyMethods<Pick<Storage, "getItem" | "setItem" | "removeItem">> & { isServer?: boolean }
UserResponse: { data: { user: User }; error: null } | { data: { user: null }; error: AuthError }
WeakPassword: { message: string; reasons: WeakPasswordReasons[] }

Type declaration

WeakPasswordReasons: "length" | "characters" | "pwned" | string

Variables

AuthAdminApi: typeof GoTrueAdminApi = GoTrueAdminApi
AuthClient: typeof GoTrueClient = GoTrueClient
lockInternals: { debug: boolean } = ...
experimental

Type declaration

  • debug: boolean
    experimental

Functions

  • isAuthError(error: unknown): error is AuthError
  • navigatorLock<R>(name: string, acquireTimeout: number, fn: (() => Promise<R>)): Promise<R>
  • +

    Implements a global exclusive lock using the Navigator LockManager API. It +is available on all browsers released after 2022-03-15 with Safari being the +last one to release support. If the API is not available, this function will +throw. Make sure you check availablility before configuring GoTrueClient.

    +

    You can turn on debugging by setting the supabase.gotrue-js.locks.debug +local storage item to true.

    +

    Internals:

    +

    Since the LockManager API does not preserve stack traces for the async +function passed in the request method, a trick is used where acquiring the +lock releases a previously started promise to run the operation in the fn +function. The lock waits for that promise to finish (with or without error), +while the function will finally wait for the result anyway.

    +

    Type Parameters

    • R

    Parameters

    • name: string
      +

      Name of the lock to be acquired.

      +
    • acquireTimeout: number
      +

      If negative, no timeout. If 0 an error is thrown if + the lock can't be acquired without waiting. If positive, the lock acquire + will time out after so many milliseconds. An error is + a timeout if it has isAcquireTimeout set to true.

      +
    • fn: (() => Promise<R>)
      +

      The operation to run once the lock is acquired.

      +
        • (): Promise<R>
        • Returns Promise<R>

    Returns Promise<R>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/v2/spec.json b/v2/spec.json new file mode 100644 index 000000000..a4df9333e --- /dev/null +++ b/v2/spec.json @@ -0,0 +1,19873 @@ +{ + "id": 0, + "name": "@supabase/auth-js", + "kind": 1, + "kindString": "Project", + "flags": {}, + "originalName": "", + "children": [ + { + "id": 1070, + "name": "AuthApiError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1071, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 33, + "character": 2 + } + ], + "signatures": [ + { + "id": 1072, + "name": "new AuthApiError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1073, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1074, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1075, + "name": "code", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + } + ], + "type": { + "type": "reference", + "id": 1070, + "name": "AuthApiError" + }, + "overwrites": { + "type": "reference", + "id": 1063, + "name": "AuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1062, + "name": "AuthError.constructor" + } + }, + { + "id": 1077, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1067, + "name": "AuthError.code" + } + }, + { + "id": 1076, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 31, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 1068, + "name": "AuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1071 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1077, + 1076 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 30, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + ] + }, + { + "id": 1061, + "name": "AuthError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1062, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 18, + "character": 2 + } + ], + "signatures": [ + { + "id": 1063, + "name": "new AuthError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1064, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1065, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1066, + "name": "code", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + }, + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "name": "Error.constructor" + } + }, + { + "id": 1067, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 1068, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 14, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1062 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1067, + 1068 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 4, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "qualifiedName": "Error", + "package": "typescript", + "name": "Error" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 1070, + "name": "AuthApiError" + }, + { + "type": "reference", + "id": 1079, + "name": "AuthUnknownError" + }, + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1121, + "name": "AuthImplicitGrantRedirectError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1122, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 86, + "character": 2 + } + ], + "signatures": [ + { + "id": 1123, + "name": "new AuthImplicitGrantRedirectError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1124, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1125, + "name": "details", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1126, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1128, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 86, + "character": 57 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1127, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 86, + "character": 42 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1128, + 1127 + ] + } + ] + } + } + ] + }, + "defaultValue": "null" + } + ], + "type": { + "type": "reference", + "id": 1121, + "name": "AuthImplicitGrantRedirectError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1145, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1129, + "name": "details", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 85, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1130, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1132, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 85, + "character": 28 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1131, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 85, + "character": 13 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1132, + 1131 + ] + } + ] + } + } + ] + }, + "defaultValue": "null" + }, + { + "id": 1143, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1144, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + }, + { + "id": 1133, + "name": "toJSON", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 91, + "character": 2 + } + ], + "signatures": [ + { + "id": 1134, + "name": "toJSON", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 1135, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1139, + "name": "details", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 96, + "character": 6 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1140, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1142, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 85, + "character": 28 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1141, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 85, + "character": 13 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1142, + 1141 + ] + } + ] + } + } + ] + }, + "defaultValue": "..." + }, + { + "id": 1137, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 94, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "..." + }, + { + "id": 1136, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 93, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "..." + }, + { + "id": 1138, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 95, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "..." + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1139, + 1137, + 1136, + 1138 + ] + } + ] + } + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1122 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1145, + 1129, + 1143, + 1144 + ] + }, + { + "title": "Methods", + "kind": 2048, + "children": [ + 1133 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 84, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1113, + "name": "AuthInvalidCredentialsError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1114, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 79, + "character": 2 + } + ], + "signatures": [ + { + "id": 1115, + "name": "new AuthInvalidCredentialsError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1116, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 1113, + "name": "AuthInvalidCredentialsError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1119, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1117, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1118, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1114 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1119, + 1117, + 1118 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 78, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1106, + "name": "AuthInvalidTokenResponseError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1107, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 73, + "character": 2 + } + ], + "signatures": [ + { + "id": 1108, + "name": "new AuthInvalidTokenResponseError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "type": { + "type": "reference", + "id": 1106, + "name": "AuthInvalidTokenResponseError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1111, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1109, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1110, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1107 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1111, + 1109, + 1110 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 72, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1147, + "name": "AuthPKCEGrantCodeExchangeError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1148, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 104, + "character": 2 + } + ], + "signatures": [ + { + "id": 1149, + "name": "new AuthPKCEGrantCodeExchangeError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1150, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1151, + "name": "details", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1152, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1154, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 104, + "character": 57 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1153, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 104, + "character": 42 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1154, + 1153 + ] + } + ] + } + } + ] + }, + "defaultValue": "null" + } + ], + "type": { + "type": "reference", + "id": 1147, + "name": "AuthPKCEGrantCodeExchangeError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1171, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1155, + "name": "details", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 102, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1156, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1158, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 102, + "character": 28 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1157, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 102, + "character": 13 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1158, + 1157 + ] + } + ] + } + } + ] + }, + "defaultValue": "null" + }, + { + "id": 1169, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1170, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + }, + { + "id": 1159, + "name": "toJSON", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 109, + "character": 2 + } + ], + "signatures": [ + { + "id": 1160, + "name": "toJSON", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 1161, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1165, + "name": "details", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 114, + "character": 6 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1166, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1168, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 102, + "character": 28 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1167, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 102, + "character": 13 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1168, + 1167 + ] + } + ] + } + } + ] + }, + "defaultValue": "..." + }, + { + "id": 1163, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 112, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "..." + }, + { + "id": 1162, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 111, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "..." + }, + { + "id": 1164, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 113, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "..." + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1165, + 1163, + 1162, + 1164 + ] + } + ] + } + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1148 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1171, + 1155, + 1169, + 1170 + ] + }, + { + "title": "Methods", + "kind": 2048, + "children": [ + 1159 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 101, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1173, + "name": "AuthRetryableFetchError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1174, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 120, + "character": 2 + } + ], + "signatures": [ + { + "id": 1175, + "name": "new AuthRetryableFetchError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1176, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1177, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "type": { + "type": "reference", + "id": 1173, + "name": "AuthRetryableFetchError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1180, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1178, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1179, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1174 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1180, + 1178, + 1179 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 119, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1099, + "name": "AuthSessionMissingError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1100, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 67, + "character": 2 + } + ], + "signatures": [ + { + "id": 1101, + "name": "new AuthSessionMissingError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "type": { + "type": "reference", + "id": 1099, + "name": "AuthSessionMissingError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1104, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1102, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1103, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1100 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1104, + 1102, + 1103 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 66, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1079, + "name": "AuthUnknownError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1080, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 48, + "character": 2 + } + ], + "signatures": [ + { + "id": 1081, + "name": "new AuthUnknownError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1082, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1083, + "name": "originalError", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "reference", + "id": 1079, + "name": "AuthUnknownError" + }, + "overwrites": { + "type": "reference", + "id": 1063, + "name": "AuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1062, + "name": "AuthError.constructor" + } + }, + { + "id": 1085, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1067, + "name": "AuthError.code" + } + }, + { + "id": 1084, + "name": "originalError", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 46, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 1086, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 14, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1068, + "name": "AuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1080 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1085, + 1084, + 1086 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 45, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + ] + }, + { + "id": 1182, + "name": "AuthWeakPasswordError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "comment": { + "shortText": "This error is thrown on certain methods when the password used is deemed\nweak. Inspect the reasons to identify what password strength rules are\ninadequate." + }, + "children": [ + { + "id": 1183, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 140, + "character": 2 + } + ], + "signatures": [ + { + "id": 1184, + "name": "new AuthWeakPasswordError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1185, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1186, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1187, + "name": "reasons", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + } + ], + "type": { + "type": "reference", + "id": 1182, + "name": "AuthWeakPasswordError" + }, + "overwrites": { + "type": "reference", + "id": 1090, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1089, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1191, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1097, + "name": "CustomAuthError.code" + } + }, + { + "id": 1189, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "id": 1095, + "name": "CustomAuthError.name" + } + }, + { + "id": 1188, + "name": "reasons", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Reasons why the password is deemed weak." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 138, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 1190, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "id": 1096, + "name": "CustomAuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1183 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1191, + 1189, + 1188, + 1190 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 134, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1088, + "name": "CustomAuthError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 1089, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 59, + "character": 2 + } + ], + "signatures": [ + { + "id": 1090, + "name": "new CustomAuthError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 1091, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1092, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1093, + "name": "status", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1094, + "name": "code", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + } + ], + "type": { + "type": "reference", + "id": 1088, + "name": "CustomAuthError" + }, + "overwrites": { + "type": "reference", + "id": 1063, + "name": "AuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "id": 1062, + "name": "AuthError.constructor" + } + }, + { + "id": 1097, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase {@link #status} will also be undefined." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 11, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "id": 1067, + "name": "AuthError.code" + } + }, + { + "id": 1095, + "name": "name", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 56, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "overwrites": { + "type": "reference", + "name": "AuthError.name" + } + }, + { + "id": 1096, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "HTTP status code that caused the error." + }, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 57, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "overwrites": { + "type": "reference", + "id": 1068, + "name": "AuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 1089 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 1097, + 1095, + 1096 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 55, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + ], + "extendedBy": [ + { + "type": "reference", + "id": 1099, + "name": "AuthSessionMissingError" + }, + { + "type": "reference", + "id": 1106, + "name": "AuthInvalidTokenResponseError" + }, + { + "type": "reference", + "id": 1113, + "name": "AuthInvalidCredentialsError" + }, + { + "type": "reference", + "id": 1121, + "name": "AuthImplicitGrantRedirectError" + }, + { + "type": "reference", + "id": 1147, + "name": "AuthPKCEGrantCodeExchangeError" + }, + { + "type": "reference", + "id": 1173, + "name": "AuthRetryableFetchError" + }, + { + "type": "reference", + "id": 1182, + "name": "AuthWeakPasswordError" + } + ] + }, + { + "id": 1, + "name": "GoTrueAdminApi", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 2, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 35, + "character": 2 + } + ], + "signatures": [ + { + "id": 3, + "name": "new GoTrueAdminApi", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 4, + "name": "__namedParameters", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 5, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 11, + "name": "fetch", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 44, + "character": 4 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 12, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 13, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 14, + "name": "input", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "qualifiedName": "RequestInfo", + "package": "typescript", + "name": "RequestInfo" + }, + { + "type": "reference", + "qualifiedName": "URL", + "package": "typescript", + "name": "URL" + } + ] + } + }, + { + "id": 15, + "name": "init", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "qualifiedName": "RequestInit", + "package": "typescript", + "name": "RequestInit" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "qualifiedName": "Response", + "package": "typescript", + "name": "Response" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + } + }, + { + "id": 7, + "name": "headers", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 41, + "character": 4 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 8, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 9, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 10, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + } + } + }, + { + "id": 6, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 40, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 11, + 7, + 6 + ] + } + ] + } + } + } + ], + "type": { + "type": "reference", + "id": 1, + "name": "default" + } + } + ] + }, + { + "id": 16, + "name": "mfa", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Contains all MFA administration methods." + }, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 27, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 1015, + "name": "GoTrueAdminMFAApi" + } + }, + { + "id": 44, + "name": "createUser", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 152, + "character": 8 + } + ], + "signatures": [ + { + "id": 45, + "name": "createUser", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Creates a new user.\nThis function should only be called on a server. Never expose your `service_role` key in the browser." + }, + "parameters": [ + { + "id": 46, + "name": "attributes", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 688, + "name": "AdminUserAttributes" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 68, + "name": "deleteUser", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 268, + "character": 8 + } + ], + "signatures": [ + { + "id": 69, + "name": "deleteUser", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Delete a user. Requires a `service_role` key." + }, + "parameters": [ + { + "id": 70, + "name": "id", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The user id you want to remove." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 71, + "name": "shouldSoftDelete", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.\nDefaults to false for backward compatibility.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 41, + "name": "generateLink", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 118, + "character": 8 + } + ], + "signatures": [ + { + "id": 42, + "name": "generateLink", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Generates email links and OTPs to be sent via a custom email provider." + }, + "parameters": [ + { + "id": 43, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 858, + "name": "GenerateLinkParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 859, + "name": "GenerateLinkResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 61, + "name": "getUserById", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 221, + "character": 8 + } + ], + "signatures": [ + { + "id": 62, + "name": "getUserById", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Get user by id." + }, + "parameters": [ + { + "id": 63, + "name": "uid", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The user's unique identifier\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 34, + "name": "inviteUserByEmail", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 85, + "character": 8 + } + ], + "signatures": [ + { + "id": 35, + "name": "inviteUserByEmail", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Sends an invite link to an email address." + }, + "parameters": [ + { + "id": 36, + "name": "email", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The email address of the user." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 37, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Additional options to be included when inviting.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 38, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 39, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store additional metadata about the user. This maps to the `auth.users.user_metadata` column." + }, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 89, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 40, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The URL which will be appended to the email link sent to the user's email address. Once clicked the user will end up on this URL." + }, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 92, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 39, + 40 + ] + } + ] + } + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 47, + "name": "listUsers", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 174, + "character": 8 + } + ], + "signatures": [ + { + "id": 48, + "name": "listUsers", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Get a list of users.", + "text": "This function should only be called on a server. Never expose your `service_role` key in the browser." + }, + "parameters": [ + { + "id": 49, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "An object which supports `page` and `perPage` as numbers, to alter the paginated results.\n" + }, + "type": { + "type": "reference", + "id": 1042, + "name": "PageParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 50, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 51, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 177, + "character": 8 + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 52, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 54, + "name": "aud", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 177, + "character": 31 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 53, + "name": "users", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 177, + "character": 16 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 658, + "name": "User" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 54, + 53 + ] + } + ] + } + }, + { + "type": "reference", + "id": 1035, + "name": "Pagination" + } + ] + } + }, + { + "id": 55, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 177, + "character": 59 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 51, + 55 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 56, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 57, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 178, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 58, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 59, + "name": "users", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 178, + "character": 16 + } + ], + "type": { + "type": "tuple" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 59 + ] + } + ] + } + } + }, + { + "id": 60, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 178, + "character": 29 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 57, + 60 + ] + } + ] + } + } + ] + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 27, + "name": "signOut", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 60, + "character": 8 + } + ], + "signatures": [ + { + "id": 28, + "name": "signOut", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Removes a logged-in session." + }, + "parameters": [ + { + "id": 29, + "name": "jwt", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "A valid, logged-in JWT." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 30, + "name": "scope", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The logout sope.\n" + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "global" + }, + { + "type": "literal", + "value": "local" + }, + { + "type": "literal", + "value": "others" + } + ] + }, + "defaultValue": "'global'" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reflection", + "declaration": { + "id": 31, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 32, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 63, + "character": 15 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 33, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 63, + "character": 27 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 32, + 33 + ] + } + ] + } + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 64, + "name": "updateUserById", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 243, + "character": 8 + } + ], + "signatures": [ + { + "id": 65, + "name": "updateUserById", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Updates the user data." + }, + "parameters": [ + { + "id": 66, + "name": "uid", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 67, + "name": "attributes", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The data you want to update.\n\nThis function should only be called on a server. Never expose your `service_role` key in the browser.\n" + }, + "type": { + "type": "reference", + "id": 688, + "name": "AdminUserAttributes" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 2 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 16 + ] + }, + { + "title": "Methods", + "kind": 2048, + "children": [ + 44, + 68, + 41, + 61, + 34, + 47, + 27, + 64 + ] + } + ], + "sources": [ + { + "fileName": "src/GoTrueAdminApi.ts", + "line": 25, + "character": 21 + } + ] + }, + { + "id": 78, + "name": "GoTrueClient", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 80, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 176, + "character": 2 + } + ], + "signatures": [ + { + "id": 81, + "name": "new GoTrueClient", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "comment": { + "shortText": "Create a new client for use in the browser." + }, + "parameters": [ + { + "id": 82, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 491, + "name": "GoTrueClientOptions" + } + } + ], + "type": { + "type": "reference", + "id": 78, + "name": "default" + } + } + ] + }, + { + "id": 84, + "name": "admin", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Namespace for the GoTrue admin methods.\nThese methods should only be used in a trusted server-side environment." + }, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 126, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 1, + "name": "default" + } + }, + { + "id": 85, + "name": "mfa", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Namespace for the MFA methods." + }, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 130, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 970, + "name": "GoTrueMFAApi" + } + }, + { + "id": 144, + "name": "exchangeCodeForSession", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 565, + "character": 8 + } + ], + "signatures": [ + { + "id": 145, + "name": "exchangeCodeForSession", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Log in an existing user by exchanging an Auth Code issued during the PKCE flow." + }, + "parameters": [ + { + "id": 146, + "name": "authCode", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 559, + "name": "AuthTokenResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 183, + "name": "getSession", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 906, + "character": 8 + } + ], + "signatures": [ + { + "id": 184, + "name": "getSession", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Returns the session, refreshing it if necessary.", + "text": "The session returned can be null if the session is not detected which can happen in the event a user is not signed-in or has logged out.\n\n**IMPORTANT:** This method loads values directly from the storage attached\nto the client. If that storage is based on request cookies for example,\nthe values in it may not be authentic and therefore it's strongly advised\nagainst using this method and its results in such circumstances. A warning\nwill be emitted if this is detected. Use {@link #getUser()} instead.\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 185, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 186, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 999, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 187, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 188, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1000, + "character": 14 + } + ], + "type": { + "type": "reference", + "id": 620, + "name": "Session" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 188 + ] + } + ] + } + } + }, + { + "id": 189, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1002, + "character": 12 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 186, + 189 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 190, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 191, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1005, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 192, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 193, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1006, + "character": 14 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 193 + ] + } + ] + } + } + }, + { + "id": 194, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1008, + "character": 12 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 191, + 194 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 195, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 196, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1011, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 197, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 198, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1012, + "character": 14 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 198 + ] + } + ] + } + } + }, + { + "id": 199, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1014, + "character": 12 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 196, + 199 + ] + } + ] + } + } + ] + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 246, + "name": "getUser", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1132, + "character": 8 + } + ], + "signatures": [ + { + "id": 247, + "name": "getUser", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Gets the current user details if there is an existing session. This method\nperforms a network request to the Supabase Auth server, so the returned\nvalue is authentic and can be used to base authorization rules on." + }, + "parameters": [ + { + "id": 248, + "name": "jwt", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Takes in an optional access token JWT. If no JWT is provided, the JWT from the current session is used.\n" + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 350, + "name": "getUserIdentities", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1681, + "character": 8 + } + ], + "signatures": [ + { + "id": 351, + "name": "getUserIdentities", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Gets all the identities linked to a user." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 352, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 353, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1683, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 354, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 355, + "name": "identities", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1684, + "character": 10 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 632, + "name": "UserIdentity" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 355 + ] + } + ] + } + } + }, + { + "id": 356, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1686, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 353, + 356 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 357, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 358, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1688, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 359, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1688, + "character": 20 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 358, + 359 + ] + } + ] + } + } + ] + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 128, + "name": "initialize", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 280, + "character": 8 + } + ], + "signatures": [ + { + "id": 129, + "name": "initialize", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Initializes the client session either from the url or from storage.\nThis method is automatically called when instantiating the client, but should also be called\nmanually when checking for an error from an auth redirect (oauth, magiclink, password recovery, etc)." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1025, + "name": "InitializeResult" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 360, + "name": "linkIdentity", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1705, + "character": 8 + } + ], + "signatures": [ + { + "id": 361, + "name": "linkIdentity", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Links an oauth identity to an existing user.\nThis method supports the PKCE flow." + }, + "parameters": [ + { + "id": 362, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 763, + "name": "SignInWithOAuthCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 587, + "name": "OAuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 322, + "name": "onAuthStateChange", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1579, + "character": 2 + } + ], + "signatures": [ + { + "id": 323, + "name": "onAuthStateChange", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Receive a notification every time an auth event happens." + }, + "parameters": [ + { + "id": 324, + "name": "callback", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "A callback function to be invoked when an auth event happens.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 325, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 326, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 327, + "name": "event", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 481, + "name": "AuthChangeEvent" + } + }, + { + "id": 328, + "name": "session", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "id": 620, + "name": "Session" + } + ] + } + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, + { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + ] + } + } + ] + } + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 329, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 330, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1582, + "character": 4 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 331, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 332, + "name": "subscription", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1582, + "character": 12 + } + ], + "type": { + "type": "reference", + "id": 699, + "name": "Subscription" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 332 + ] + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 330 + ] + } + ] + } + } + } + ] + }, + { + "id": 176, + "name": "reauthenticate", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 822, + "character": 8 + } + ], + "signatures": [ + { + "id": 177, + "name": "reauthenticate", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Sends a reauthentication OTP to the user's email or phone number.\nRequires the user to be signed-in." + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 283, + "name": "refreshSession", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1340, + "character": 8 + } + ], + "signatures": [ + { + "id": 284, + "name": "refreshSession", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Returns a new session, regardless of expiry status.\nTakes in an optional current session. If not passed in, then refreshSession() will attempt to retrieve it from getSession().\nIf the current session's refresh token is invalid, an error will be thrown." + }, + "parameters": [ + { + "id": 285, + "name": "currentSession", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The current session. If passed in, it must contain a refresh token.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 286, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 287, + "name": "refresh_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1340, + "character": 42 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 287 + ] + } + ] + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 180, + "name": "resend", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 857, + "character": 8 + } + ], + "signatures": [ + { + "id": 181, + "name": "resend", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Resends an existing signup confirmation email, email change email, SMS OTP or phone change OTP." + }, + "parameters": [ + { + "id": 182, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 806, + "name": "ResendParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 544, + "name": "AuthOtpResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 336, + "name": "resetPasswordForEmail", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1635, + "character": 8 + } + ], + "signatures": [ + { + "id": 337, + "name": "resetPasswordForEmail", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Sends a password reset request to an email address. This method supports the PKCE flow." + }, + "parameters": [ + { + "id": 338, + "name": "email", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The email address of the user." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 339, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 340, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 342, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site.\n" + }, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1639, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 341, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The URL to send the user to after they click the password reset link." + }, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1638, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 342, + 341 + ] + } + ] + } + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 343, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 344, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1643, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 345, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {} + } + } + }, + { + "id": 346, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1644, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 344, + 346 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 347, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 348, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1646, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 349, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1646, + "character": 20 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 348, + 349 + ] + } + ] + } + } + ] + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 271, + "name": "setSession", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1265, + "character": 8 + } + ], + "signatures": [ + { + "id": 272, + "name": "setSession", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Sets the session data from the current session. If the current session is expired, setSession will take care of refreshing it to obtain a new session.\nIf the refresh token or access token in the current session is invalid, an error will be thrown." + }, + "parameters": [ + { + "id": 273, + "name": "currentSession", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The current session that minimally contains an access token and refresh token.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 274, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 275, + "name": "access_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1266, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 276, + "name": "refresh_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1267, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 275, + 276 + ] + } + ] + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 132, + "name": "signInAnonymously", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 370, + "character": 8 + } + ], + "signatures": [ + { + "id": 133, + "name": "signInAnonymously", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Creates a new anonymous user.", + "returns": "A session where the is_anonymous claim in the access token JWT set to true\n" + }, + "parameters": [ + { + "id": 134, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "id": 709, + "name": "SignInAnonymouslyCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 164, + "name": "signInWithIdToken", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 615, + "character": 8 + } + ], + "signatures": [ + { + "id": 165, + "name": "signInWithIdToken", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Allows signing in with an OIDC ID token. The authentication provider used\nshould be enabled and configured." + }, + "parameters": [ + { + "id": 166, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 775, + "name": "SignInWithIdTokenCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 559, + "name": "AuthTokenResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 141, + "name": "signInWithOAuth", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 553, + "character": 8 + } + ], + "signatures": [ + { + "id": 142, + "name": "signInWithOAuth", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Log in an existing user via a third-party provider.\nThis method supports the PKCE flow." + }, + "parameters": [ + { + "id": 143, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 763, + "name": "SignInWithOAuthCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 587, + "name": "OAuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 167, + "name": "signInWithOtp", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 670, + "character": 8 + } + ], + "signatures": [ + { + "id": 168, + "name": "signInWithOtp", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Log in a user using magiclink or a one-time password (OTP).", + "text": "If the `{{ .ConfirmationURL }}` variable is specified in the email template, a magiclink will be sent.\nIf the `{{ .Token }}` variable is specified in the email template, an OTP will be sent.\nIf you're using phone sign-ins, only an OTP will be sent. You won't be able to send a magiclink for phone sign-ins.\n\nBe aware that you may get back an error message that will not distinguish\nbetween the cases where the account does not exist or, that the account\ncan only be accessed via social login.\n\nDo note that you will need to configure a Whatsapp sender on Twilio\nif you are using phone sign in with the 'whatsapp' channel. The whatsapp\nchannel is not supported on other providers\nat this time.\nThis method supports PKCE when an email is passed.\n" + }, + "parameters": [ + { + "id": 169, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 745, + "name": "SignInWithPasswordlessCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 544, + "name": "AuthOtpResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 138, + "name": "signInWithPassword", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 490, + "character": 8 + } + ], + "signatures": [ + { + "id": 139, + "name": "signInWithPassword", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Log in an existing user with an email and password or phone and password.", + "text": "Be aware that you may get back an error message that will not distinguish\nbetween the cases where the account does not exist or that the\nemail/phone and password combination is wrong or that the account can only\nbe accessed via social login.\n" + }, + "parameters": [ + { + "id": 140, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 732, + "name": "SignInWithPasswordCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 572, + "name": "AuthTokenResponsePassword" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 173, + "name": "signInWithSSO", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 784, + "character": 8 + } + ], + "signatures": [ + { + "id": 174, + "name": "signInWithSSO", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Attempts a single-sign on using an enterprise Identity Provider. A\nsuccessful SSO attempt will redirect the current page to the identity\nprovider authorization page. The redirect URL is implementation and SSO\nprotocol specific.", + "text": "You can use it by providing a SSO domain. Typically you can extract this\ndomain by asking users for their email address. If this domain is\nregistered on the Auth instance the redirect will use that organization's\ncurrently active SSO Identity Provider for the login.\n\nIf you have built an organization-specific login page, you can use the\norganization's SSO Identity Provider UUID directly instead.\n" + }, + "parameters": [ + { + "id": 175, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 820, + "name": "SignInWithSSO" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 600, + "name": "SSOResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 312, + "name": "signOut", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1534, + "character": 8 + } + ], + "signatures": [ + { + "id": 313, + "name": "signOut", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Inside a browser context, `signOut()` will remove the logged in user from the browser session and log them out - removing all items from localstorage and then trigger a `\"SIGNED_OUT\"` event.", + "text": "For server-side management, you can revoke all refresh tokens for a user by passing a user's JWT through to `auth.api.signOut(JWT: string)`.\nThere is no way to revoke a user's access token jwt until it expires. It is recommended to set a shorter expiry on the jwt for this reason.\n\nIf using `others` scope, no `SIGNED_OUT` event is fired!\n" + }, + "parameters": [ + { + "id": 314, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1046, + "name": "SignOut" + }, + "defaultValue": "..." + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reflection", + "declaration": { + "id": 315, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 316, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1534, + "character": 67 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 316 + ] + } + ] + } + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 135, + "name": "signUp", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 413, + "character": 8 + } + ], + "signatures": [ + { + "id": 136, + "name": "signUp", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Creates a new user.", + "text": "Be aware that if a user account exists in the system you may get back an\nerror message that attempts to hide this information from the user.\nThis method has support for PKCE via email signups. The PKCE flow cannot be used when autoconfirm is enabled.\n", + "returns": "A logged-in session if the server has \"autoconfirm\" ON" + }, + "parameters": [ + { + "id": 137, + "name": "credentials", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 715, + "name": "SignUpWithPasswordCredentials" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 418, + "name": "startAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 2120, + "character": 8 + } + ], + "signatures": [ + { + "id": 419, + "name": "startAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Starts an auto-refresh process in the background. The session is checked\nevery few seconds. Close to the time of expiration a process is started to\nrefresh the session. If refreshing fails it will be retried for as long as\nnecessary.", + "text": "If you set the {@link GoTrueClientOptions#autoRefreshToken} you don't need\nto call this function, it will be called for you.\n\nOn browsers the refresh process works only when the tab/window is in the\nforeground to conserve resources as well as prevent race conditions and\nflooding auth with requests. If you call this method any managed\nvisibility change callback will be removed and you must manage visibility\nchanges on your own.\n\nOn non-browser platforms the refresh process works *continuously* in the\nbackground, which may not be desirable. You should hook into your\nplatform's foreground indication mechanism and call these methods\nappropriately to conserve resources.\n\n{@see #stopAutoRefresh}\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 420, + "name": "stopAutoRefresh", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 2133, + "character": 8 + } + ], + "signatures": [ + { + "id": 421, + "name": "stopAutoRefresh", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Stops an active auto refresh process running in the background (if any).", + "text": "If you call this method any managed visibility change callback will be\nremoved and you must manage visibility changes on your own.\n\nSee {@link #startAutoRefresh} for more details.\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 363, + "name": "unlinkIdentity", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1741, + "character": 8 + } + ], + "signatures": [ + { + "id": 364, + "name": "unlinkIdentity", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Unlinks an identity from a user by deleting it. The user will no longer be able to sign in with that identity once it's unlinked." + }, + "parameters": [ + { + "id": 365, + "name": "identity", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 632, + "name": "UserIdentity" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 366, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 367, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1743, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 368, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {} + } + } + }, + { + "id": 369, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1744, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 367, + 369 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 370, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 371, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1746, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 372, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1746, + "character": 20 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 371, + 372 + ] + } + ] + } + } + ] + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 252, + "name": "updateUser", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1185, + "character": 8 + } + ], + "signatures": [ + { + "id": 253, + "name": "updateUser", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Updates user data for a logged in user." + }, + "parameters": [ + { + "id": 254, + "name": "attributes", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 682, + "name": "UserAttributes" + } + }, + { + "id": 255, + "name": "options", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 256, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 257, + "name": "emailRedirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 1188, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 257 + ] + } + ] + } + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 609, + "name": "UserResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 170, + "name": "verifyOtp", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 723, + "character": 8 + } + ], + "signatures": [ + { + "id": 171, + "name": "verifyOtp", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Log in a user given a User supplied OTP or TokenHash received through mobile or email." + }, + "parameters": [ + { + "id": 172, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 784, + "name": "VerifyOtpParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 517, + "name": "AuthResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 80 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 84, + 85 + ] + }, + { + "title": "Methods", + "kind": 2048, + "children": [ + 144, + 183, + 246, + 350, + 128, + 360, + 322, + 176, + 283, + 180, + 336, + 271, + 132, + 164, + 141, + 167, + 138, + 173, + 312, + 135, + 418, + 420, + 363, + 252, + 170 + ] + } + ], + "sources": [ + { + "fileName": "src/GoTrueClient.ts", + "line": 117, + "character": 21 + } + ] + }, + { + "id": 471, + "name": "NavigatorLockAcquireTimeoutError", + "kind": 128, + "kindString": "Class", + "flags": {}, + "children": [ + { + "id": 472, + "name": "constructor", + "kind": 512, + "kindString": "Constructor", + "flags": {}, + "signatures": [ + { + "id": 473, + "name": "new NavigatorLockAcquireTimeoutError", + "kind": 16384, + "kindString": "Constructor signature", + "flags": {}, + "parameters": [ + { + "id": 474, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "id": 471, + "name": "NavigatorLockAcquireTimeoutError" + }, + "inheritedFrom": { + "type": "reference", + "name": "LockAcquireTimeoutError.constructor" + } + } + ], + "inheritedFrom": { + "type": "reference", + "name": "LockAcquireTimeoutError.constructor" + } + }, + { + "id": 475, + "name": "isAcquireTimeout", + "kind": 1024, + "kindString": "Property", + "flags": { + "isPublic": true, + "isReadonly": true + }, + "sources": [ + { + "fileName": "src/lib/locks.ts", + "line": 24, + "character": 18 + } + ], + "type": { + "type": "literal", + "value": true + }, + "defaultValue": "true", + "inheritedFrom": { + "type": "reference", + "name": "LockAcquireTimeoutError.isAcquireTimeout" + } + } + ], + "groups": [ + { + "title": "Constructors", + "kind": 512, + "children": [ + 472 + ] + }, + { + "title": "Properties", + "kind": 1024, + "children": [ + 475 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/locks.ts", + "line": 31, + "character": 13 + } + ], + "extendedTypes": [ + { + "type": "reference", + "name": "LockAcquireTimeoutError" + } + ] + }, + { + "id": 629, + "name": "AMREntry", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "comment": { + "shortText": "An authentication methord reference (AMR) entry.", + "text": "An entry designates what method was used by the user to verify their\nidentity and at what time.\n", + "tags": [ + { + "tag": "see", + "text": "{@link GoTrueMFAApi#getAuthenticatorAssuranceLevel}.\n" + } + ] + }, + "children": [ + { + "id": 630, + "name": "method", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Authentication method name." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 267, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 631, + "name": "timestamp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Timestamp when the method was successfully used. Represents number of\nseconds since 1st January 1970 (UNIX epoch) in UTC." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 273, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 630, + 631 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 265, + "character": 17 + } + ] + }, + { + "id": 688, + "name": "AdminUserAttributes", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 690, + "name": "app_metadata", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's application specific metadata. This maps to the `auth.users.app_metadata` column.", + "text": "Only a service role can modify.\n\nThe `app_metadata` should be a JSON object that includes app-specific info, such as identity providers, roles, and other\naccess control information.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 404, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 693, + "name": "ban_duration", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Determines how long a user is banned for.", + "text": "The format for the ban duration follows a strict sequence of decimal numbers with a unit suffix.\nValid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\".\n\nFor example, some possible durations include: '300ms', '2h45m'.\n\nSetting the ban duration to 'none' lifts the ban on the user.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 430, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 697, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's email." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 355, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.email" + } + }, + { + "id": 691, + "name": "email_confirm", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Confirms the user's email address if set to true.", + "text": "Only a service role can modify.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 411, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 696, + "name": "nonce", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The nonce sent for reauthentication if the user's password is to be updated.", + "text": "Call reauthenticate() to obtain the nonce first.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 372, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.nonce" + } + }, + { + "id": 695, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 365, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.password" + } + }, + { + "id": 698, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's phone." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 360, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "name": "Omit.phone" + } + }, + { + "id": 692, + "name": "phone_confirm", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Confirms the user's phone number if set to true.", + "text": "Only a service role can modify.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 418, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 694, + "name": "role", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The `role` claim set in the user's access token JWT.", + "text": "When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database.\n\nSetting this role to `service_role` is not recommended as it grants the user admin privileges.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 439, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 689, + "name": "user_metadata", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `user_metadata` should be a JSON object that includes user-specific info, such as their first and last name.\n\nNote: When using the GoTrueAdminApi and wanting to modify a user's metadata,\nthis attribute is used instead of UserAttributes data.\n\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 394, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 690, + 693, + 697, + 691, + 696, + 695, + 698, + 692, + 694, + 689 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 383, + "character": 17 + } + ], + "extendedTypes": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 682, + "name": "UserAttributes" + }, + { + "type": "literal", + "value": "data" + } + ], + "qualifiedName": "Omit", + "package": "typescript", + "name": "Omit" + } + ] + }, + { + "id": 644, + "name": "Factor", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "comment": { + "shortText": "A MFA factor.", + "tags": [ + { + "tag": "see", + "text": "{@link GoTrueMFAApi#enroll}" + }, + { + "tag": "see", + "text": "{@link GoTrueMFAApi#listFactors}" + }, + { + "tag": "see", + "text": "{@link GoTrueMFAAdminApi#listFactors}\n" + } + ] + }, + "children": [ + { + "id": 649, + "name": "created_at", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 312, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 647, + "name": "factor_type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Type of factor. Only `totp` supported with this version but may change in\nfuture versions." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 307, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 646, + "name": "friendly_name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Friendly name of the factor, useful to disambiguate between multiple factors." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 301, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 645, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 298, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 648, + "name": "status", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Factor's status." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 310, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "verified" + }, + { + "type": "literal", + "value": "unverified" + } + ] + } + }, + { + "id": 650, + "name": "updated_at", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 313, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 649, + 647, + 646, + 645, + 648, + 650 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 296, + "character": 17 + } + ] + }, + { + "id": 855, + "name": "GenerateLinkOptions", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 856, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 734, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 857, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The URL which will be appended to the email link generated." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 736, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 856, + 857 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 728, + "character": 17 + } + ] + }, + { + "id": 1015, + "name": "GoTrueAdminMFAApi", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "comment": { + "shortText": "Contains the full multi-factor authentication administration API.", + "tags": [ + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "children": [ + { + "id": 1019, + "name": "deleteFactor", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 1020, + "name": "deleteFactor", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Deletes a factor on a user. This will log the user out of all active\nsessions if the deleted factor was verified.", + "tags": [ + { + "tag": "see", + "text": "{@link GoTrueMFAApi#unenroll}\n" + }, + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "parameters": [ + { + "id": 1021, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 999, + "name": "AuthMFAAdminDeleteFactorParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 990, + "name": "AuthMFAAdminDeleteFactorResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 1016, + "name": "listFactors", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 1017, + "name": "listFactors", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Lists all factors associated to a user." + }, + "parameters": [ + { + "id": 1018, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 1012, + "name": "AuthMFAAdminListFactorsParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 1003, + "name": "AuthMFAAdminListFactorsResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + ], + "groups": [ + { + "title": "Methods", + "kind": 2048, + "children": [ + 1019, + 1016 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1068, + "character": 17 + } + ] + }, + { + "id": 970, + "name": "GoTrueMFAApi", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "comment": { + "shortText": "Contains the full multi-factor authentication API." + }, + "children": [ + { + "id": 974, + "name": "challenge", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 975, + "name": "challenge", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Prepares a challenge used to verify that a user has access to a MFA\nfactor." + }, + "parameters": [ + { + "id": 976, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 893, + "name": "MFAChallengeParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 938, + "name": "AuthMFAChallengeResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 983, + "name": "challengeAndVerify", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 984, + "name": "challengeAndVerify", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Helper method which creates a challenge and immediately uses the given code to verify against it thereafter. The verification code is\nprovided by the user by entering a code seen in their authenticator app." + }, + "parameters": [ + { + "id": 985, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 896, + "name": "MFAChallengeAndVerifyParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 900, + "name": "AuthMFAVerifyResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 971, + "name": "enroll", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 972, + "name": "enroll", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Starts the enrollment process for a new Multi-Factor Authentication (MFA)\nfactor. This method creates a new `unverified` factor.\nTo verify a factor, present the QR code or secret to the user and ask them to add it to their\nauthenticator app.\nThe user has to enter the code from their authenticator app to verify it.", + "text": "Upon verifying a factor, all other sessions are logged out and the current session's authenticator level is promoted to `aal2`.\n\n" + }, + "parameters": [ + { + "id": 973, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 880, + "name": "MFAEnrollParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 913, + "name": "AuthMFAEnrollResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 988, + "name": "getAuthenticatorAssuranceLevel", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 989, + "name": "getAuthenticatorAssuranceLevel", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Returns the Authenticator Assurance Level (AAL) for the active session.", + "text": "- `aal1` (or `null`) means that the user's identity has been verified only\nwith a conventional login (email+password, OTP, magic link, social login,\netc.).\n- `aal2` means that the user's identity has been verified both with a conventional login and at least one MFA factor.\n\nAlthough this method returns a promise, it's fairly quick (microseconds)\nand rarely uses the network. You can use this to check whether the current\nuser needs to be shown a screen to verify their MFA factors.\n\n" + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 959, + "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 986, + "name": "listFactors", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 987, + "name": "listFactors", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Returns the list of MFA factors enabled for this user.", + "tags": [ + { + "tag": "see", + "text": "{@link GoTrueMFAApi#enroll}" + }, + { + "tag": "see", + "text": "{@link GoTrueMFAApi#getAuthenticatorAssuranceLevel}" + }, + { + "tag": "see", + "text": "{@link GoTrueClient#getUser}\n\n" + } + ] + }, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 948, + "name": "AuthMFAListFactorsResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 980, + "name": "unenroll", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 981, + "name": "unenroll", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Unenroll removes a MFA factor.\nA user has to have an `aal2` authenticator level in order to unenroll a `verified` factor." + }, + "parameters": [ + { + "id": 982, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 885, + "name": "MFAUnenrollParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 929, + "name": "AuthMFAUnenrollResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + }, + { + "id": 977, + "name": "verify", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "signatures": [ + { + "id": 978, + "name": "verify", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Verifies a code against a challenge. The verification code is\nprovided by the user by entering a code seen in their authenticator app." + }, + "parameters": [ + { + "id": 979, + "name": "params", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 888, + "name": "MFAVerifyParams" + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 900, + "name": "AuthMFAVerifyResponse" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + ], + "groups": [ + { + "title": "Methods", + "kind": 2048, + "children": [ + 974, + 983, + 971, + 988, + 986, + 980, + 977 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 955, + "character": 17 + } + ] + }, + { + "id": 620, + "name": "Session", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 623, + "name": "access_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The access token jwt. It is recommended to set the JWT_EXPIRY to a shorter expiry value." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 240, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 626, + "name": "expires_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A timestamp of when the token will expire. Returned when a login is confirmed." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 252, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 625, + "name": "expires_in", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The number of seconds until the token expires (since it was issued). Returned when a login is confirmed." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 248, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 622, + "name": "provider_refresh_token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The oauth provider refresh token. If present, this can be used to refresh the provider_token via the oauth provider's API.\nNot all oauth providers return a provider refresh token. If the provider_refresh_token is missing, please refer to the oauth provider's documentation for information on how to obtain the provider refresh token." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 236, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 621, + "name": "provider_token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The oauth provider token. If present, this can be used to make external API requests to the oauth provider used." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 231, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 624, + "name": "refresh_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "A one-time used refresh token that never expires." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 244, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 627, + "name": "token_type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 253, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 628, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 254, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 623, + 626, + 625, + 622, + 621, + 624, + 627, + 628 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 227, + "character": 17 + } + ] + }, + { + "id": 699, + "name": "Subscription", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 700, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The subscriber UUID. This will be set by the client." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 446, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 701, + "name": "callback", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 450, + "character": 2 + } + ], + "signatures": [ + { + "id": 702, + "name": "callback", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "The function to call every time there is an event. eg: (eventName) => {}" + }, + "parameters": [ + { + "id": 703, + "name": "event", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "reference", + "id": 481, + "name": "AuthChangeEvent" + } + }, + { + "id": 704, + "name": "session", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "id": 620, + "name": "Session" + } + ] + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 705, + "name": "unsubscribe", + "kind": 2048, + "kindString": "Method", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 454, + "character": 2 + } + ], + "signatures": [ + { + "id": 706, + "name": "unsubscribe", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Call this to remove the listener." + }, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 700 + ] + }, + { + "title": "Methods", + "kind": 2048, + "children": [ + 701, + 705 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 442, + "character": 17 + } + ] + }, + { + "id": 707, + "name": "UpdatableFactorAttributes", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 708, + "name": "friendlyName", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 458, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 708 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 457, + "character": 17 + } + ] + }, + { + "id": 658, + "name": "User", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 669, + "name": "action_link", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 336, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 660, + "name": "app_metadata", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 327, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 651, + "name": "UserAppMetadata" + } + }, + { + "id": 662, + "name": "aud", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 329, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 663, + "name": "confirmation_sent_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 330, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 673, + "name": "confirmed_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 340, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 672, + "name": "created_at", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 339, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 670, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 337, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 665, + "name": "email_change_sent_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 332, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 674, + "name": "email_confirmed_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 341, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 681, + "name": "factors", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 348, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 644, + "name": "Factor" + } + } + }, + { + "id": 659, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 326, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 679, + "name": "identities", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 346, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 632, + "name": "UserIdentity" + } + } + }, + { + "id": 668, + "name": "invited_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 335, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 680, + "name": "is_anonymous", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 347, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 676, + "name": "last_sign_in_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 343, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 666, + "name": "new_email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 333, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 667, + "name": "new_phone", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 334, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 671, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 338, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 675, + "name": "phone_confirmed_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 342, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 664, + "name": "recovery_sent_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 331, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 677, + "name": "role", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 344, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 678, + "name": "updated_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 345, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 661, + "name": "user_metadata", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 328, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 655, + "name": "UserMetadata" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 669, + 660, + 662, + 663, + 673, + 672, + 670, + 665, + 674, + 681, + 659, + 679, + 668, + 680, + 676, + 666, + 667, + 671, + 675, + 664, + 677, + 678, + 661 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 325, + "character": 17 + } + ] + }, + { + "id": 651, + "name": "UserAppMetadata", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 652, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 317, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 652 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 316, + "character": 17 + } + ], + "indexSignature": { + "id": 653, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 654, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + }, + { + "id": 682, + "name": "UserAttributes", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 687, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 380, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 683, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's email." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 355, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 686, + "name": "nonce", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The nonce sent for reauthentication if the user's password is to be updated.", + "text": "Call reauthenticate() to obtain the nonce first.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 372, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 685, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 365, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 684, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The user's phone." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 360, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 687, + 683, + 686, + 685, + 684 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 351, + "character": 17 + } + ] + }, + { + "id": 632, + "name": "UserIdentity", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 641, + "name": "created_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 284, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 633, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 277, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 635, + "name": "identity_data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 279, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 636, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "indexSignature": { + "id": 637, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 638, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + }, + { + "id": 639, + "name": "identity_id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 282, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 642, + "name": "last_sign_in_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 285, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 640, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 283, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 643, + "name": "updated_at", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 286, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 634, + "name": "user_id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 278, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 641, + 633, + 635, + 639, + 642, + 640, + 643, + 634 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 276, + "character": 17 + } + ] + }, + { + "id": 655, + "name": "UserMetadata", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 321, + "character": 17 + } + ], + "indexSignature": { + "id": 656, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 657, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + }, + { + "id": 793, + "name": "VerifyEmailOtpParams", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 794, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email address." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 624, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 797, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 629, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 798, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 800, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site.", + "tags": [ + { + "tag": "deprecated", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 637, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 799, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they are confirmed." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 631, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 800, + 799 + ] + } + ] + } + } + }, + { + "id": 795, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The otp sent to the user's email address." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 626, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 796, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's verification type." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 628, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 805, + "name": "EmailOtpType" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 794, + 797, + 795, + 796 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 622, + "character": 17 + } + ] + }, + { + "id": 785, + "name": "VerifyMobileOtpParams", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 789, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 610, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 790, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 792, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site.", + "tags": [ + { + "tag": "deprecated", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 619, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 791, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they are confirmed." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 612, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 792, + 791 + ] + } + ] + } + } + }, + { + "id": 786, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's phone number." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 605, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 787, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The otp sent to the user's phone number." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 607, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 788, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's verification type." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 609, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 804, + "name": "MobileOtpType" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 789, + 786, + 787, + 788 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 603, + "character": 17 + } + ] + }, + { + "id": 801, + "name": "VerifyTokenHashParams", + "kind": 256, + "kindString": "Interface", + "flags": {}, + "children": [ + { + "id": 802, + "name": "token_hash", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The token hash used in an email link" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 643, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 803, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's verification type." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 646, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 805, + "name": "EmailOtpType" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 802, + 803 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 641, + "character": 17 + } + ] + }, + { + "id": 481, + "name": "AuthChangeEvent", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 30, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "INITIAL_SESSION" + }, + { + "type": "literal", + "value": "PASSWORD_RECOVERY" + }, + { + "type": "literal", + "value": "SIGNED_IN" + }, + { + "type": "literal", + "value": "SIGNED_OUT" + }, + { + "type": "literal", + "value": "TOKEN_REFRESHED" + }, + { + "type": "literal", + "value": "USER_UPDATED" + }, + { + "type": "reference", + "id": 480, + "name": "AuthChangeEventMFA" + } + ] + } + }, + { + "id": 480, + "name": "AuthChangeEventMFA", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 28, + "character": 12 + } + ], + "type": { + "type": "literal", + "value": "MFA_CHALLENGE_VERIFIED" + } + }, + { + "id": 762, + "name": "AuthFlowType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 571, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "implicit" + }, + { + "type": "literal", + "value": "pkce" + } + ] + } + }, + { + "id": 999, + "name": "AuthMFAAdminDeleteFactorParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "tags": [ + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1034, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1000, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1001, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the MFA factor to delete." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1036, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1002, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the user whose factor is being deleted." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1039, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1001, + 1002 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1034, + "character": 45 + } + ] + } + } + }, + { + "id": 990, + "name": "AuthMFAAdminDeleteFactorResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "tags": [ + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1021, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 991, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 992, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1023, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 993, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 994, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor that was successfully deleted." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1025, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 994 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1023, + "character": 12 + } + ] + } + } + }, + { + "id": 995, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1027, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 992, + 995 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1022, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 996, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 997, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1029, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 998, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1029, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 997, + 998 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1029, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 1012, + "name": "AuthMFAAdminListFactorsParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "tags": [ + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1058, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1013, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1014, + "name": "userId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the user." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1060, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1014 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1058, + "character": 44 + } + ] + } + } + }, + { + "id": 1003, + "name": "AuthMFAAdminListFactorsResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "tags": [ + { + "tag": "expermental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1045, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 1004, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1005, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1047, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1006, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1007, + "name": "factors", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "All factors attached to the user." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1049, + "character": 8 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 644, + "name": "Factor" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1007 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1047, + "character": 12 + } + ] + } + } + }, + { + "id": 1008, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1051, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1005, + 1008 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1046, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 1009, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1010, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1053, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 1011, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1053, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1010, + 1011 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1053, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 938, + "name": "AuthMFAChallengeResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 898, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 939, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 940, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 900, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 941, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 943, + "name": "expires_at", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Timestamp in UNIX seconds when this challenge will no longer be usable." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 905, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 942, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the newly created challenge." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 902, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 943, + 942 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 900, + "character": 12 + } + ] + } + } + }, + { + "id": 944, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 907, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 940, + 944 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 899, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 945, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 946, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 909, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 947, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 909, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 946, + 947 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 909, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 913, + "name": "AuthMFAEnrollResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 853, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 914, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 915, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 855, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 916, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 924, + "name": "friendly_name", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Friendly name of the factor, useful for distinguishing between factors" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 879, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 917, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor that was just enrolled (in an unverified state)." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 857, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 919, + "name": "totp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "TOTP enrollment information." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 863, + "character": 8 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 920, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 921, + "name": "qr_code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Contains a QR code encoding the authenticator URI. You can\nconvert it to a URL by prepending `data:image/svg+xml;utf-8,` to\nthe value. Avoid logging this value to the console." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 867, + "character": 10 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 922, + "name": "secret", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The TOTP secret (also encoded in the QR code). Show this secret\nin a password-style field to the user, in case they are unable to\nscan the QR code. Avoid logging this value to the console." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 872, + "character": 10 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 923, + "name": "uri", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The authenticator URI encoded within the QR code, should you need\nto use it. Avoid loggin this value to the console." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 876, + "character": 10 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 921, + 922, + 923 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 863, + "character": 14 + } + ] + } + } + }, + { + "id": 918, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Type of MFA factor. Only `totp` supported for now." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 860, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": "totp" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 924, + 917, + 919, + 918 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 855, + "character": 12 + } + ] + } + } + }, + { + "id": 925, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 881, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 915, + 925 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 854, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 926, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 927, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 884, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 928, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 885, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 927, + 928 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 883, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 959, + "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 926, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 960, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 961, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 928, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 962, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 965, + "name": "currentAuthenticationMethods", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "A list of all authentication methods attached to this session. Use\nthe information here to detect the last time a user verified a\nfactor, for example if implementing a step-up scenario." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 945, + "character": 8 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 629, + "name": "AMREntry" + } + } + }, + { + "id": 963, + "name": "currentLevel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Current AAL level of the session." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 930, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 958, + "name": "AuthenticatorAssuranceLevels" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 964, + "name": "nextLevel", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Next possible AAL level for the session. If the next level is higher\nthan the current one, the user should go through MFA.", + "tags": [ + { + "tag": "see", + "text": "{@link GoTrueMFAApi#challenge}\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 938, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 958, + "name": "AuthenticatorAssuranceLevels" + }, + { + "type": "literal", + "value": null + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 965, + 963, + 964 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 928, + "character": 12 + } + ] + } + } + }, + { + "id": 966, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 947, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 961, + 966 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 927, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 967, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 968, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 949, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 969, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 949, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 968, + 969 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 949, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 948, + "name": "AuthMFAListFactorsResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 911, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 949, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 950, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 913, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 951, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 952, + "name": "all", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "All available factors (verified and unverified)." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 915, + "character": 8 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 644, + "name": "Factor" + } + } + }, + { + "id": 953, + "name": "totp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Only verified TOTP factors. (A subset of `all`.)" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 918, + "character": 8 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 644, + "name": "Factor" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 952, + 953 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 913, + "character": 12 + } + ] + } + } + }, + { + "id": 954, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 920, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 950, + 954 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 912, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 955, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 956, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 922, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 957, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 922, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 956, + 957 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 922, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 929, + "name": "AuthMFAUnenrollResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 888, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 930, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 931, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 890, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 932, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 933, + "name": "id", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor that was successfully unenrolled." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 892, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 933 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 890, + "character": 12 + } + ] + } + } + }, + { + "id": 934, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 894, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 931, + 934 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 889, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 935, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 936, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 896, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 937, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 896, + "character": 18 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 936, + 937 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 896, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 900, + "name": "AuthMFAVerifyResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 828, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 901, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 902, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 830, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 903, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 904, + "name": "access_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "New access token (JWT) after successful verification." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 832, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 906, + "name": "expires_in", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Number of seconds in which the access token will expire." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 838, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 907, + "name": "refresh_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Refresh token you can use to obtain new access tokens when expired." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 841, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 905, + "name": "token_type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Type of token, typically `Bearer`." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 835, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 908, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Updated user profile." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 844, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 904, + 906, + 907, + 905, + 908 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 830, + "character": 12 + } + ] + } + } + }, + { + "id": 909, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 846, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 902, + 909 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 829, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 910, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 911, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 849, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 912, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 850, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 911, + 912 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 848, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 544, + "name": "AuthOtpResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "shortText": "AuthOtpResponse is returned when OTP is used.", + "text": "{@see AuthResponse}\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 134, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 545, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 546, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 136, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 547, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 550, + "name": "messageId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 136, + "character": 41 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 549, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 136, + "character": 26 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 548, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 136, + "character": 14 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 550, + 549, + 548 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 136, + "character": 12 + } + ] + } + } + }, + { + "id": 551, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 137, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 546, + 551 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 135, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 552, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 553, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 140, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 554, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 557, + "name": "messageId", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 140, + "character": 41 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 556, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 140, + "character": 26 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 555, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 140, + "character": 14 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 557, + 556, + 555 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 140, + "character": 12 + } + ] + } + } + }, + { + "id": 558, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 141, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 553, + 558 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 139, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 517, + "name": "AuthResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 96, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 518, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 519, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 520, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 522, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 100, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 620, + "name": "Session" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 521, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 99, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 658, + "name": "User" + }, + { + "type": "literal", + "value": null + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 522, + 521 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 98, + "character": 12 + } + ] + } + } + }, + { + "id": 523, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 102, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 519, + 523 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 97, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 524, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 525, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 105, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 526, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 528, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 107, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 527, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 106, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 528, + 527 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 105, + "character": 12 + } + ] + } + } + }, + { + "id": 529, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 109, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 525, + 529 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 104, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 530, + "name": "AuthResponsePassword", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 112, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 531, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 532, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 114, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 533, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 535, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 116, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 620, + "name": "Session" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 534, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 115, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 658, + "name": "User" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 536, + "name": "weak_password", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 117, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 513, + "name": "WeakPassword" + }, + { + "type": "literal", + "value": null + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 535, + 534, + 536 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 114, + "character": 12 + } + ] + } + } + }, + { + "id": 537, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 119, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 532, + 537 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 113, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 538, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 539, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 122, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 540, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 542, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 124, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 541, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 123, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 542, + 541 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 122, + "character": 12 + } + ] + } + } + }, + { + "id": 543, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 126, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 539, + 543 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 121, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 559, + "name": "AuthTokenResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 144, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 560, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 561, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 146, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 562, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 564, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 148, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 620, + "name": "Session" + } + }, + { + "id": 563, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 147, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 564, + 563 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 146, + "character": 12 + } + ] + } + } + }, + { + "id": 565, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 150, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 561, + 565 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 145, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 566, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 567, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 153, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 568, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 570, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 155, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 569, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 154, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 570, + 569 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 153, + "character": 12 + } + ] + } + } + }, + { + "id": 571, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 157, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 567, + 571 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 152, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 572, + "name": "AuthTokenResponsePassword", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 160, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 573, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 574, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 162, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 575, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 577, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 164, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 620, + "name": "Session" + } + }, + { + "id": 576, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 163, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + }, + { + "id": 578, + "name": "weakPassword", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 165, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 513, + "name": "WeakPassword" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 577, + 576, + 578 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 162, + "character": 12 + } + ] + } + } + }, + { + "id": 579, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 167, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 574, + 579 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 161, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 580, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 581, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 170, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 582, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 584, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 172, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 583, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 171, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 585, + "name": "weakPassword", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 173, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 584, + 583, + 585 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 170, + "character": 12 + } + ] + } + } + }, + { + "id": 586, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 175, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 581, + 586 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 169, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 958, + "name": "AuthenticatorAssuranceLevels", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 924, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "aal1" + }, + { + "type": "literal", + "value": "aal2" + } + ] + } + }, + { + "id": 1028, + "name": "CallRefreshTokenResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1110, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 1029, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1031, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1113, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 1030, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1112, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 620, + "name": "Session" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1031, + 1030 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1111, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 1032, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1034, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1117, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + }, + { + "id": 1033, + "name": "session", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1116, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1034, + 1033 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1115, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 805, + "name": "EmailOtpType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 650, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "signup" + }, + { + "type": "literal", + "value": "invite" + }, + { + "type": "literal", + "value": "magiclink" + }, + { + "type": "literal", + "value": "recovery" + }, + { + "type": "literal", + "value": "email_change" + }, + { + "type": "literal", + "value": "email" + } + ] + } + }, + { + "id": 849, + "name": "GenerateEmailChangeLinkParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 717, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 850, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 852, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 720, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 853, + "name": "newEmail", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's new email. Only required if type is 'email_change_current' or 'email_change_new'." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 724, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 854, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 725, + "character": 2 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 855, + "name": "GenerateLinkOptions" + }, + { + "type": "literal", + "value": "redirectTo" + } + ], + "qualifiedName": "Pick", + "package": "typescript", + "name": "Pick" + } + }, + { + "id": 851, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 718, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "email_change_current" + }, + { + "type": "literal", + "value": "email_change_new" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 852, + 853, + 854, + 851 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 717, + "character": 44 + } + ] + } + } + }, + { + "id": 839, + "name": "GenerateInviteOrMagiclinkParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 703, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 840, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 842, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 706, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 843, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 707, + "character": 2 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 855, + "name": "GenerateLinkOptions" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "data" + }, + { + "type": "literal", + "value": "redirectTo" + } + ] + } + ], + "qualifiedName": "Pick", + "package": "typescript", + "name": "Pick" + } + }, + { + "id": 841, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 704, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "invite" + }, + { + "type": "literal", + "value": "magiclink" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 842, + 843, + 841 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 703, + "character": 46 + } + ] + } + } + }, + { + "id": 858, + "name": "GenerateLinkParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 739, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 833, + "name": "GenerateSignupLinkParams" + }, + { + "type": "reference", + "id": 839, + "name": "GenerateInviteOrMagiclinkParams" + }, + { + "type": "reference", + "id": 844, + "name": "GenerateRecoveryLinkParams" + }, + { + "type": "reference", + "id": 849, + "name": "GenerateEmailChangeLinkParams" + } + ] + } + }, + { + "id": 872, + "name": "GenerateLinkProperties", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "shortText": "The properties related to the email link generated" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 762, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 873, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 874, + "name": "action_link", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The email link to send to the user.\nThe action_link follows the following format: auth/v1/verify?type={verification_type}&token={hashed_token}&redirect_to={redirect_to}" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 767, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 875, + "name": "email_otp", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The raw email OTP.\nYou should send this in the email if you want your users to verify using an OTP instead of the action link." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 772, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 876, + "name": "hashed_token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The hashed token appended to the action link." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 776, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 877, + "name": "redirect_to", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The URL appended to the action link." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 778, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 878, + "name": "verification_type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The verification type that the email link is associated to." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 780, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 879, + "name": "GenerateLinkType" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 874, + 875, + 876, + 877, + 878 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 762, + "character": 37 + } + ] + } + } + }, + { + "id": 859, + "name": "GenerateLinkResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 745, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 860, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 861, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 747, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 862, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 863, + "name": "properties", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 748, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 872, + "name": "GenerateLinkProperties" + } + }, + { + "id": 864, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 749, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 863, + 864 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 747, + "character": 12 + } + ] + } + } + }, + { + "id": 865, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 751, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 861, + 865 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 746, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 866, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 867, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 754, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 868, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 869, + "name": "properties", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 755, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 870, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 756, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 869, + 870 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 754, + "character": 12 + } + ] + } + } + }, + { + "id": 871, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 758, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 867, + 871 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 753, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 879, + "name": "GenerateLinkType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 783, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "signup" + }, + { + "type": "literal", + "value": "invite" + }, + { + "type": "literal", + "value": "magiclink" + }, + { + "type": "literal", + "value": "recovery" + }, + { + "type": "literal", + "value": "email_change_current" + }, + { + "type": "literal", + "value": "email_change_new" + } + ] + } + }, + { + "id": 844, + "name": "GenerateRecoveryLinkParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 710, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 845, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 847, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 713, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 848, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 714, + "character": 2 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 855, + "name": "GenerateLinkOptions" + }, + { + "type": "literal", + "value": "redirectTo" + } + ], + "qualifiedName": "Pick", + "package": "typescript", + "name": "Pick" + } + }, + { + "id": 846, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 711, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "recovery" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 847, + 848, + 846 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 710, + "character": 41 + } + ] + } + } + }, + { + "id": 833, + "name": "GenerateSignupLinkParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 696, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 834, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 836, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 698, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 838, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 700, + "character": 2 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 855, + "name": "GenerateLinkOptions" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "data" + }, + { + "type": "literal", + "value": "redirectTo" + } + ] + } + ], + "qualifiedName": "Pick", + "package": "typescript", + "name": "Pick" + } + }, + { + "id": 837, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 699, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 835, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 697, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "signup" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 836, + 838, + 837, + 835 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 696, + "character": 39 + } + ] + } + } + }, + { + "id": 491, + "name": "GoTrueClientOptions", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 56, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 492, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 500, + "name": "autoRefreshToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 66, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 505, + "name": "debug", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 76, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "boolean" + }, + { + "type": "reflection", + "declaration": { + "id": 506, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 76, + "character": 21 + } + ], + "signatures": [ + { + "id": 507, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 508, + "name": "message", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 509, + "name": "args", + "kind": 32768, + "kindString": "Parameter", + "flags": { + "isRest": true + }, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "any" + } + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + ] + } + }, + { + "id": 499, + "name": "detectSessionInUrl", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 64, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 503, + "name": "fetch", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 72, + "character": 2 + } + ], + "type": { + "type": "reference", + "name": "Fetch" + } + }, + { + "id": 504, + "name": "flowType", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 74, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 762, + "name": "AuthFlowType" + } + }, + { + "id": 511, + "name": "hasCustomAuthorizationHeader", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Set to \"true\" if there is a custom authorization header set globally.", + "tags": [ + { + "tag": "experimental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 87, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 494, + "name": "headers", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 60, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 495, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 60, + "character": 12 + } + ], + "indexSignature": { + "id": 496, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 497, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + } + } + }, + { + "id": 510, + "name": "lock", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Provide your own locking mechanism based on the environment. By default no locking is done at this time.", + "tags": [ + { + "tag": "experimental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 82, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 482, + "name": "LockFunc" + } + }, + { + "id": 501, + "name": "persistSession", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 68, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 502, + "name": "storage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 70, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 1022, + "name": "SupportedStorage" + } + }, + { + "id": 498, + "name": "storageKey", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 62, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 493, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 58, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 500, + 505, + 499, + 503, + 504, + 511, + 494, + 510, + 501, + 502, + 498, + 493 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 56, + "character": 34 + } + ] + } + } + }, + { + "id": 1025, + "name": "InitializeResult", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1108, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1026, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1027, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1108, + "character": 33 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 1061, + "name": "AuthError" + }, + { + "type": "literal", + "value": null + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1027 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1108, + "character": 31 + } + ] + } + } + }, + { + "id": 482, + "name": "LockFunc", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 54, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 483, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 54, + "character": 23 + } + ], + "signatures": [ + { + "id": 484, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Provide your own global lock implementation instead of the default\nimplementation. The function should acquire a lock for the duration of the\n`fn` async function, such that no other client instances will be able to\nhold it at the same time.", + "tags": [ + { + "tag": "experimental", + "text": "\n" + } + ] + }, + "typeParameter": [ + { + "id": 490, + "name": "R", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ], + "parameters": [ + { + "id": 485, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Name of the lock to be acquired." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 486, + "name": "acquireTimeout", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If negative, no timeout should occur. If positive it\n should throw an Error with an `isAcquireTimeout`\n property set to true if the operation fails to be\n acquired after this much time (ms)." + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 487, + "name": "fn", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The operation to execute when the lock is acquired.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 488, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 54, + "character": 69 + } + ], + "signatures": [ + { + "id": 489, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 490, + "name": "R" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 490, + "name": "R" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + } + }, + { + "id": 896, + "name": "MFAChallengeAndVerifyParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 821, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 897, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 899, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Verification code provided by the user." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 825, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 898, + "name": "factorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor being verified. Returned in enroll()." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 823, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 899, + 898 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 821, + "character": 42 + } + ] + } + } + }, + { + "id": 893, + "name": "MFAChallengeParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 816, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 894, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 895, + "name": "factorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor to be challenged. Returned in enroll()." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 818, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 895 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 816, + "character": 33 + } + ] + } + } + }, + { + "id": 880, + "name": "MFAEnrollParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 791, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 881, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 882, + "name": "factorType", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The type of factor being enrolled." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 793, + "character": 2 + } + ], + "type": { + "type": "literal", + "value": "totp" + } + }, + { + "id": 884, + "name": "friendlyName", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Human readable name assigned to the factor." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 797, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 883, + "name": "issuer", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Domain which the user is enrolled with." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 795, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 882, + 884, + 883 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 791, + "character": 30 + } + ] + } + } + }, + { + "id": 885, + "name": "MFAUnenrollParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 800, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 886, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 887, + "name": "factorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor being unenrolled." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 802, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 887 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 800, + "character": 32 + } + ] + } + } + }, + { + "id": 888, + "name": "MFAVerifyParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 805, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 889, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 891, + "name": "challengeId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the challenge being verified. Returned in challenge()." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 810, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 892, + "name": "code", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Verification code provided by the user." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 813, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 890, + "name": "factorId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "ID of the factor being verified. Returned in enroll()." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 807, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 891, + 892, + 890 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 805, + "character": 30 + } + ] + } + } + }, + { + "id": 804, + "name": "MobileOtpType", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 649, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "sms" + }, + { + "type": "literal", + "value": "phone_change" + } + ] + } + }, + { + "id": 587, + "name": "OAuthResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 178, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 588, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 589, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 180, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 590, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 591, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 181, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 479, + "name": "Provider" + } + }, + { + "id": 592, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 182, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 591, + 592 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 180, + "character": 12 + } + ] + } + } + }, + { + "id": 593, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 184, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 589, + 593 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 179, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 594, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 595, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 187, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 596, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 597, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 188, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 479, + "name": "Provider" + } + }, + { + "id": 598, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 189, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 597, + 598 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 187, + "character": 12 + } + ] + } + } + }, + { + "id": 599, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 191, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 595, + 599 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 186, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 1042, + "name": "PageParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1127, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1043, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1044, + "name": "page", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The page number" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1129, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1045, + "name": "perPage", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Number of items returned per page" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1131, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1044, + 1045 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1127, + "character": 25 + } + ] + } + } + }, + { + "id": 1035, + "name": "Pagination", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1120, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1036, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1038, + "name": "lastPage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1123, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1037, + "name": "nextPage", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1122, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "literal", + "value": null + } + ] + } + }, + { + "id": 1039, + "name": "total", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1124, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1038, + 1037, + 1039 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1120, + "character": 25 + } + ], + "indexSignature": { + "id": 1040, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 1041, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + } + } + }, + { + "id": 479, + "name": "Provider", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "comment": { + "shortText": "One of the providers supported by GoTrue." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 5, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "apple" + }, + { + "type": "literal", + "value": "azure" + }, + { + "type": "literal", + "value": "bitbucket" + }, + { + "type": "literal", + "value": "discord" + }, + { + "type": "literal", + "value": "facebook" + }, + { + "type": "literal", + "value": "figma" + }, + { + "type": "literal", + "value": "github" + }, + { + "type": "literal", + "value": "gitlab" + }, + { + "type": "literal", + "value": "google" + }, + { + "type": "literal", + "value": "kakao" + }, + { + "type": "literal", + "value": "keycloak" + }, + { + "type": "literal", + "value": "linkedin" + }, + { + "type": "literal", + "value": "linkedin_oidc" + }, + { + "type": "literal", + "value": "notion" + }, + { + "type": "literal", + "value": "slack" + }, + { + "type": "literal", + "value": "spotify" + }, + { + "type": "literal", + "value": "twitch" + }, + { + "type": "literal", + "value": "twitter" + }, + { + "type": "literal", + "value": "workos" + }, + { + "type": "literal", + "value": "zoom" + }, + { + "type": "literal", + "value": "fly" + } + ] + } + }, + { + "id": 806, + "name": "ResendParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 652, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 807, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 809, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 655, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 810, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 656, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 811, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 813, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 660, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 812, + "name": "emailRedirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they have signed-in." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 658, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 813, + 812 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 656, + "character": 16 + } + ] + } + } + }, + { + "id": 808, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 654, + "character": 6 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 805, + "name": "EmailOtpType" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "signup" + }, + { + "type": "literal", + "value": "email_change" + } + ] + } + ], + "qualifiedName": "Extract", + "package": "typescript", + "name": "Extract" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 809, + 810, + 808 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 653, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 814, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 817, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 666, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 818, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 819, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 668, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 819 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 666, + "character": 16 + } + ] + } + } + }, + { + "id": 816, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 665, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 815, + "name": "type", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 664, + "character": 6 + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 804, + "name": "MobileOtpType" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "sms" + }, + { + "type": "literal", + "value": "phone_change" + } + ] + } + ], + "qualifiedName": "Extract", + "package": "typescript", + "name": "Extract" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 817, + 816, + 815 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 663, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 600, + "name": "SSOResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 194, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 601, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 602, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 196, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 603, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 604, + "name": "url", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "URL to open in a browser which will complete the sign-in flow by\ntaking the user to the identity provider's authentication flow.", + "text": "On browsers you can set the URL to `window.location.href` to take\nthe user to the authentication flow.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 204, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 604 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 196, + "character": 12 + } + ] + } + } + }, + { + "id": 605, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 206, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 602, + 605 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 195, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 606, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 607, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 209, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + }, + { + "id": 608, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 210, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 607, + 608 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 208, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 709, + "name": "SignInAnonymouslyCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 461, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 710, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 711, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 462, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 712, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 714, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 470, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 713, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 468, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 714, + 713 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 462, + "character": 12 + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 711 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 461, + "character": 43 + } + ] + } + } + }, + { + "id": 775, + "name": "SignInWithIdTokenCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 587, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 776, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 779, + "name": "access_token", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If the ID token contains an `at_hash` claim, then the hash of this value is compared to the value in the ID token." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 593, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 780, + "name": "nonce", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If the ID token contains a `nonce` claim, then the hash of this value is compared to the value in the ID token." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 595, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 781, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 596, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 782, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 783, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 598, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 783 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 596, + "character": 12 + } + ] + } + } + }, + { + "id": 777, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Provider name or OIDC `iss` value identifying which provider should be used to verify the provided token. Supported names: `google`, `apple`, `azure`, `facebook`, `keycloak` (deprecated)." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 589, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "google" + }, + { + "type": "literal", + "value": "apple" + }, + { + "type": "literal", + "value": "azure" + }, + { + "type": "literal", + "value": "facebook" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 778, + "name": "token", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "OIDC ID token issued by the specified provider. The `iss` claim in the ID token must match the supplied provider. Some ID tokens contain an `at_hash` which require that you provide an `access_token` value to be accepted properly. If the token contains a `nonce` claim you must supply the nonce used to obtain the ID token." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 591, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 779, + 780, + 781, + 777, + 778 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 587, + "character": 43 + } + ] + } + } + }, + { + "id": 763, + "name": "SignInWithOAuthCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 572, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 764, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 766, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 575, + "character": 2 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 767, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 770, + "name": "queryParams", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "An object of query params" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 581, + "character": 4 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 771, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 581, + "character": 18 + } + ], + "indexSignature": { + "id": 772, + "name": "__index", + "kind": 8192, + "kindString": "Index signature", + "flags": {}, + "parameters": [ + { + "id": 773, + "name": "key", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + } + } + }, + { + "id": 768, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they are confirmed." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 577, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 769, + "name": "scopes", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A space-separated list of scopes granted to the OAuth application." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 579, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 774, + "name": "skipBrowserRedirect", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to true does not immediately redirect the current browser context to visit the OAuth authorization page for the provider." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 583, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 770, + 768, + 769, + 774 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 575, + "character": 12 + } + ] + } + } + }, + { + "id": 765, + "name": "provider", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "One of the providers supported by GoTrue." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 574, + "character": 2 + } + ], + "type": { + "type": "reference", + "id": 479, + "name": "Provider" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 766, + 765 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 572, + "character": 41 + } + ] + } + } + }, + { + "id": 732, + "name": "SignInWithPasswordCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 511, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 733, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 734, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email address." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 514, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 736, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 517, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 737, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 738, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 519, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 738 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 517, + "character": 16 + } + ] + } + } + }, + { + "id": 735, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 516, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 734, + 736, + 735 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 512, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 739, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 742, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 527, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 743, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 744, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 529, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 744 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 527, + "character": 16 + } + ] + } + } + }, + { + "id": 741, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 526, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 740, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's phone number." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 524, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 742, + 741, + 740 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 522, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 745, + "name": "SignInWithPasswordlessCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 533, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 746, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 747, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email address." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 536, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 748, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 537, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 749, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 753, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 549, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 752, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 547, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 750, + "name": "emailRedirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The redirect url embedded in the email link" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 539, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 751, + "name": "shouldCreateUser", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to false, this method will not create a new user. Defaults to true." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 541, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 753, + 752, + 750, + 751 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 537, + "character": 16 + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 747, + 748 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 534, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 754, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 756, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 555, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 757, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 760, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 565, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 761, + "name": "channel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Messaging channel to use (e.g. whatsapp or sms)" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 567, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "sms" + }, + { + "type": "literal", + "value": "whatsapp" + } + ] + } + }, + { + "id": 759, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 563, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 758, + "name": "shouldCreateUser", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to false, this method will not create a new user. Defaults to true." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 557, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 760, + 761, + 759, + 758 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 555, + "character": 16 + } + ] + } + } + }, + { + "id": 755, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's phone number." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 554, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 756, + 755 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 552, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 820, + "name": "SignInWithSSO", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 672, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 821, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 823, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 677, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 824, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 826, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 681, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 825, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they have signed-in." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 679, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 826, + 825 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 677, + "character": 16 + } + ] + } + } + }, + { + "id": 822, + "name": "providerId", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "UUID of the SSO provider to invoke single-sign on to." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 675, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 823, + 822 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 673, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 827, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 828, + "name": "domain", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "Domain name of the organization for which to invoke single-sign on." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 686, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 829, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 688, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 830, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 832, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 692, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 831, + "name": "redirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A URL to send the user to after they have signed-in." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 690, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 832, + 831 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 688, + "character": 16 + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 828, + 829 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 684, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 1046, + "name": "SignOut", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1134, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 1047, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1048, + "name": "scope", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Determines which sessions should be\nlogged out. Global means all\nsessions by this account. Local\nmeans only this session. Others\nmeans all other sessions except the\ncurrent one. When using others,\nthere is no sign-out event fired on\nthe current session!" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1145, + "character": 2 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "global" + }, + { + "type": "literal", + "value": "local" + }, + { + "type": "literal", + "value": "others" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1048 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1134, + "character": 22 + } + ] + } + } + }, + { + "id": 715, + "name": "SignUpWithPasswordCredentials", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 474, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 716, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 717, + "name": "email", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's email address." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 477, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 719, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 480, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 720, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 723, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 490, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 722, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 488, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + }, + { + "id": 721, + "name": "emailRedirectTo", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "The redirect url embedded in the email link" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 482, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 723, + 722, + 721 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 480, + "character": 16 + } + ] + } + } + }, + { + "id": 718, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 479, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 717, + 719, + 718 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 475, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 724, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 727, + "name": "options", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 498, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 728, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 730, + "name": "captchaToken", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Verification token received when the user completes the captcha on the site. Requires a configured WhatsApp sender on Twilio" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 506, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 731, + "name": "channel", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "Messaging channel to use (e.g. whatsapp or sms)" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 508, + "character": 8 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "sms" + }, + { + "type": "literal", + "value": "whatsapp" + } + ] + } + }, + { + "id": 729, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "A custom data object to store the user's metadata. This maps to the `auth.users.raw_user_meta_data` column.", + "text": "The `data` should be a JSON object that includes user-specific info, such as their first and last name.\n" + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 504, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "object" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 730, + 731, + 729 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 498, + "character": 16 + } + ] + } + } + }, + { + "id": 726, + "name": "password", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's password." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 497, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 725, + "name": "phone", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "shortText": "The user's phone number." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 495, + "character": 6 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 727, + 726, + 725 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 493, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 1022, + "name": "SupportedStorage", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1095, + "character": 12 + } + ], + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "qualifiedName": "Storage", + "package": "typescript", + "name": "Storage" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "getItem" + }, + { + "type": "literal", + "value": "setItem" + }, + { + "type": "literal", + "value": "removeItem" + } + ] + } + ], + "qualifiedName": "Pick", + "package": "typescript", + "name": "Pick" + } + ], + "name": "PromisifyMethods" + }, + { + "type": "reflection", + "declaration": { + "id": 1023, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 1024, + "name": "isServer", + "kind": 1024, + "kindString": "Property", + "flags": { + "isOptional": true + }, + "comment": { + "shortText": "If set to `true` signals to the library that the storage medium is used\non a server and the values may not be authentic, such as reading from\nrequest cookies. Implementations should not set this to true if the client\nis used on a server that reads storage information from authenticated\nsources, such as a secure database or file." + }, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1105, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 1024 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 1097, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 609, + "name": "UserResponse", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 213, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reflection", + "declaration": { + "id": 610, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 611, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 215, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 612, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 613, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 216, + "character": 8 + } + ], + "type": { + "type": "reference", + "id": 658, + "name": "User" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 613 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 215, + "character": 12 + } + ] + } + } + }, + { + "id": 614, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 218, + "character": 6 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 611, + 614 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 214, + "character": 4 + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 615, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 616, + "name": "data", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 221, + "character": 6 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 617, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 618, + "name": "user", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 222, + "character": 8 + } + ], + "type": { + "type": "literal", + "value": null + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 618 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 221, + "character": 12 + } + ] + } + } + }, + { + "id": 619, + "name": "error", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 224, + "character": 6 + } + ], + "type": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 616, + 619 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 220, + "character": 4 + } + ] + } + } + ] + } + }, + { + "id": 784, + "name": "VerifyOtpParams", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 602, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "id": 785, + "name": "VerifyMobileOtpParams" + }, + { + "type": "reference", + "id": 793, + "name": "VerifyEmailOtpParams" + }, + { + "type": "reference", + "id": 801, + "name": "VerifyTokenHashParams" + } + ] + } + }, + { + "id": 513, + "name": "WeakPassword", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 91, + "character": 12 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 514, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 516, + "name": "message", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 93, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 515, + "name": "reasons", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 92, + "character": 2 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "id": 512, + "name": "WeakPasswordReasons" + } + } + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 516, + 515 + ] + } + ], + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 91, + "character": 27 + } + ] + } + } + }, + { + "id": 512, + "name": "WeakPasswordReasons", + "kind": 4194304, + "kindString": "Type alias", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/types.ts", + "line": 90, + "character": 12 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "length" + }, + { + "type": "literal", + "value": "characters" + }, + { + "type": "literal", + "value": "pwned" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 461, + "name": "AuthAdminApi", + "kind": 32, + "kindString": "Variable", + "flags": { + "isConst": true + }, + "sources": [ + { + "fileName": "src/AuthAdminApi.ts", + "line": 3, + "character": 6 + } + ], + "type": { + "type": "query", + "queryType": { + "type": "reference", + "id": 1, + "name": "default" + } + }, + "defaultValue": "GoTrueAdminApi" + }, + { + "id": 462, + "name": "AuthClient", + "kind": 32, + "kindString": "Variable", + "flags": { + "isConst": true + }, + "sources": [ + { + "fileName": "src/AuthClient.ts", + "line": 3, + "character": 6 + } + ], + "type": { + "type": "query", + "queryType": { + "type": "reference", + "id": 78, + "name": "default" + } + }, + "defaultValue": "GoTrueClient" + }, + { + "id": 476, + "name": "lockInternals", + "kind": 32, + "kindString": "Variable", + "flags": { + "isConst": true + }, + "comment": { + "tags": [ + { + "tag": "experimental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/locks.ts", + "line": 6, + "character": 13 + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 477, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "children": [ + { + "id": 478, + "name": "debug", + "kind": 1024, + "kindString": "Property", + "flags": {}, + "comment": { + "tags": [ + { + "tag": "experimental", + "text": "\n" + } + ] + }, + "sources": [ + { + "fileName": "src/lib/locks.ts", + "line": 10, + "character": 2 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "!!(\n globalThis &&\n supportsLocalStorage() &&\n globalThis.localStorage &&\n globalThis.localStorage.getItem('supabase.gotrue-js.locks.debug') === 'true'\n )" + } + ], + "groups": [ + { + "title": "Properties", + "kind": 1024, + "children": [ + 478 + ] + } + ] + } + }, + "defaultValue": "..." + }, + { + "id": 1052, + "name": "isAuthApiError", + "kind": 64, + "kindString": "Function", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 41, + "character": 16 + } + ], + "signatures": [ + { + "id": 1053, + "name": "isAuthApiError", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1054, + "name": "error", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "predicate", + "name": "error", + "asserts": false, + "targetType": { + "type": "reference", + "id": 1070, + "name": "AuthApiError" + } + } + } + ] + }, + { + "id": 1049, + "name": "isAuthError", + "kind": 64, + "kindString": "Function", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 26, + "character": 16 + } + ], + "signatures": [ + { + "id": 1050, + "name": "isAuthError", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1051, + "name": "error", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "predicate", + "name": "error", + "asserts": false, + "targetType": { + "type": "reference", + "id": 1061, + "name": "AuthError" + } + } + } + ] + }, + { + "id": 1055, + "name": "isAuthRetryableFetchError", + "kind": 64, + "kindString": "Function", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 125, + "character": 16 + } + ], + "signatures": [ + { + "id": 1056, + "name": "isAuthRetryableFetchError", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1057, + "name": "error", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "predicate", + "name": "error", + "asserts": false, + "targetType": { + "type": "reference", + "id": 1173, + "name": "AuthRetryableFetchError" + } + } + } + ] + }, + { + "id": 1058, + "name": "isAuthWeakPasswordError", + "kind": 64, + "kindString": "Function", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/errors.ts", + "line": 147, + "character": 16 + } + ], + "signatures": [ + { + "id": 1059, + "name": "isAuthWeakPasswordError", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "parameters": [ + { + "id": 1060, + "name": "error", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "type": { + "type": "intrinsic", + "name": "unknown" + } + } + ], + "type": { + "type": "predicate", + "name": "error", + "asserts": false, + "targetType": { + "type": "reference", + "id": 1182, + "name": "AuthWeakPasswordError" + } + } + } + ] + }, + { + "id": 463, + "name": "navigatorLock", + "kind": 64, + "kindString": "Function", + "flags": {}, + "sources": [ + { + "fileName": "src/lib/locks.ts", + "line": 58, + "character": 22 + } + ], + "signatures": [ + { + "id": 464, + "name": "navigatorLock", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "comment": { + "shortText": "Implements a global exclusive lock using the Navigator LockManager API. It\nis available on all browsers released after 2022-03-15 with Safari being the\nlast one to release support. If the API is not available, this function will\nthrow. Make sure you check availablility before configuring {@link\nGoTrueClient}.", + "text": "You can turn on debugging by setting the `supabase.gotrue-js.locks.debug`\nlocal storage item to `true`.\n\nInternals:\n\nSince the LockManager API does not preserve stack traces for the async\nfunction passed in the `request` method, a trick is used where acquiring the\nlock releases a previously started promise to run the operation in the `fn`\nfunction. The lock waits for that promise to finish (with or without error),\nwhile the function will finally wait for the result anyway.\n" + }, + "typeParameter": [ + { + "id": 465, + "name": "R", + "kind": 131072, + "kindString": "Type parameter", + "flags": {} + } + ], + "parameters": [ + { + "id": 466, + "name": "name", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "Name of the lock to be acquired." + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 467, + "name": "acquireTimeout", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "If negative, no timeout. If 0 an error is thrown if\n the lock can't be acquired without waiting. If positive, the lock acquire\n will time out after so many milliseconds. An error is\n a timeout if it has `isAcquireTimeout` set to true." + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 468, + "name": "fn", + "kind": 32768, + "kindString": "Parameter", + "flags": {}, + "comment": { + "shortText": "The operation to run once the lock is acquired.\n" + }, + "type": { + "type": "reflection", + "declaration": { + "id": 469, + "name": "__type", + "kind": 65536, + "kindString": "Type literal", + "flags": {}, + "signatures": [ + { + "id": 470, + "name": "__type", + "kind": 4096, + "kindString": "Call signature", + "flags": {}, + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 465, + "name": "R" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + } + } + ], + "type": { + "type": "reference", + "typeArguments": [ + { + "type": "reference", + "id": 465, + "name": "R" + } + ], + "qualifiedName": "Promise", + "package": "typescript", + "name": "Promise" + } + } + ] + } + ], + "groups": [ + { + "title": "Classes", + "kind": 128, + "children": [ + 1070, + 1061, + 1121, + 1113, + 1106, + 1147, + 1173, + 1099, + 1079, + 1182, + 1088, + 1, + 78, + 471 + ] + }, + { + "title": "Interfaces", + "kind": 256, + "children": [ + 629, + 688, + 644, + 855, + 1015, + 970, + 620, + 699, + 707, + 658, + 651, + 682, + 632, + 655, + 793, + 785, + 801 + ] + }, + { + "title": "Type Aliases", + "kind": 4194304, + "children": [ + 481, + 480, + 762, + 999, + 990, + 1012, + 1003, + 938, + 913, + 959, + 948, + 929, + 900, + 544, + 517, + 530, + 559, + 572, + 958, + 1028, + 805, + 849, + 839, + 858, + 872, + 859, + 879, + 844, + 833, + 491, + 1025, + 482, + 896, + 893, + 880, + 885, + 888, + 804, + 587, + 1042, + 1035, + 479, + 806, + 600, + 709, + 775, + 763, + 732, + 745, + 820, + 1046, + 715, + 1022, + 609, + 784, + 513, + 512 + ] + }, + { + "title": "Variables", + "kind": 32, + "children": [ + 461, + 462, + 476 + ] + }, + { + "title": "Functions", + "kind": 64, + "children": [ + 1052, + 1049, + 1055, + 1058, + 463 + ] + } + ], + "sources": [ + { + "fileName": "src/index.ts", + "line": 1, + "character": 0 + } + ] +} \ No newline at end of file