diff --git a/classes/src_constants.default.html b/classes/src_constants.default.html index 3bf88a01..59f1d654 100644 --- a/classes/src_constants.default.html +++ b/classes/src_constants.default.html @@ -21,7 +21,7 @@

Hierarchy

+
  • Defined in src/constants.ts:3
  • @@ -71,117 +71,117 @@

    Properties

    ANDROID_DEVICE: string = "android"
    +
  • Defined in src/constants.ts:21
  • ANDROID_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:22
  • BAD_REQUEST: number = 400
    +
  • Defined in src/constants.ts:6
  • DEFAULT_DEVICE: string = ...
    +
  • Defined in src/constants.ts:24
  • DEFAULT_JWT_OFFSET: string = "48h"
    +
  • Defined in src/constants.ts:42
  • DEFAULT_REDIRECT: string = ...
    +
  • Defined in src/constants.ts:25
  • DEVICE_LIST: string[] = ...
    +
  • Defined in src/constants.ts:34
  • FAILURE: number = 400
    +
  • Defined in src/constants.ts:7
  • FORBIDDEN: number = 403
    +
  • Defined in src/constants.ts:9
  • GITHUB_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/github/callback/"
    +
  • Defined in src/constants.ts:36
  • GOOGLE_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/google/callback/"
    +
  • Defined in src/constants.ts:38
  • INTERNAL_ERROR: number = 500
    +
  • Defined in src/constants.ts:12
  • IOS_DEVICE: string = "ios"
    +
  • Defined in src/constants.ts:15
  • IOS_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:16
  • MILLISECONDS_PER_SECOND: number = 1000
    +
  • Defined in src/constants.ts:45
  • NOT_FOUND: number = 404
    +
  • Defined in src/constants.ts:10
  • OLD_API: number = 418
    +
  • Defined in src/constants.ts:11
  • REDIRECT_MAPPINGS: Map<string, string> = ...
    +
  • Defined in src/constants.ts:27
  • SUCCESS: number = 200
    +
  • Defined in src/constants.ts:5
  • SYSTEM_ADMIN_LIST: string[] = ...
    +
  • Defined in src/constants.ts:40
  • UNAUTHORIZED_REQUEST: number = 401
    +
  • Defined in src/constants.ts:8
  • WEB_DEVICE: string = "web"
    +
  • Defined in src/constants.ts:18
  • WEB_REDIRECT: string = "https://www.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:19
  • +
  • Defined in src/services/auth/auth-models.ts:18
  • +
  • Defined in src/models.ts:7
  • +
  • Defined in src/services/auth/auth-models.ts:23
  • +
  • Defined in src/middleware/select-auth.ts:22
  • +
  • Defined in src/services/auth/auth-lib.ts:19
  • +
  • Defined in src/services/auth/auth-lib.ts:160
  • +
  • Defined in src/services/auth/auth-lib.ts:201
  • +
  • Defined in src/services/auth/auth-lib.ts:133
  • +
  • Defined in src/services/auth/auth-lib.ts:301
  • +
  • Defined in src/services/auth/auth-lib.ts:290
  • +
  • Defined in src/services/auth/auth-lib.ts:21
  • +
  • Defined in src/utils.ts:12
  • +
  • Defined in src/services/auth/auth-schemas.ts:9
  • +
  • Defined in src/services/user/user-schemas.ts:8
  • +
  • Defined in src/constants.ts:1
  • Index

    diff --git a/modules/src_database.html b/modules/src_database.html index f814e791..40fdccc9 100644 --- a/modules/src_database.html +++ b/modules/src_database.html @@ -16,7 +16,7 @@
  • src/database
  • Module src/database

    +
  • Defined in src/database.ts:1
  • Index

    diff --git a/modules/src_middleware_select_auth.html b/modules/src_middleware_select_auth.html index 03505060..c677353b 100644 --- a/modules/src_middleware_select_auth.html +++ b/modules/src_middleware_select_auth.html @@ -16,7 +16,7 @@
  • src/middleware/select-auth
  • Module src/middleware/select-auth

    +
  • Defined in src/middleware/select-auth.ts:1
  • Index

    diff --git a/modules/src_services_auth_auth_lib.html b/modules/src_services_auth_auth_lib.html index c3d606cb..9d59bd53 100644 --- a/modules/src_services_auth_auth_lib.html +++ b/modules/src_services_auth_auth_lib.html @@ -16,7 +16,7 @@
  • src/services/auth/auth-lib
  • Module src/services/auth/auth-lib

    +
  • Defined in src/services/auth/auth-lib.ts:1
  • Index

    diff --git a/modules/src_services_newsletter_newsletter_lib.html b/modules/src_services_newsletter_newsletter_lib.html index 9c558b81..7d45f7cf 100644 --- a/modules/src_services_newsletter_newsletter_lib.html +++ b/modules/src_services_newsletter_newsletter_lib.html @@ -16,7 +16,7 @@
  • src/services/newsletter/newsletter-lib
  • Module src/services/newsletter/newsletter-lib

    +
  • Defined in src/services/newsletter/newsletter-lib.ts:1
  • Index

    diff --git a/modules/src_services_user_user_lib.html b/modules/src_services_user_user_lib.html index 3be40af9..f7350cd3 100644 --- a/modules/src_services_user_user_lib.html +++ b/modules/src_services_user_user_lib.html @@ -16,7 +16,7 @@
  • src/services/user/user-lib
  • Module src/services/user/user-lib

    +
  • Defined in src/services/user/user-lib.ts:1
  • Index

    diff --git a/modules/src_utils.html b/modules/src_utils.html index b78c556c..4ef2f4d2 100644 --- a/modules/src_utils.html +++ b/modules/src_utils.html @@ -16,7 +16,7 @@
  • src/utils
  • Module src/utils

    +
  • Defined in src/utils.ts:1
  • Index

    diff --git a/types/src_services_auth_auth_lib._internal_.VerifyCallback.html b/types/src_services_auth_auth_lib._internal_.VerifyCallback.html index e0eb2e61..fa7cfc09 100644 --- a/types/src_services_auth_auth_lib._internal_.VerifyCallback.html +++ b/types/src_services_auth_auth_lib._internal_.VerifyCallback.html @@ -36,7 +36,7 @@
    Optional Optional info: object

    Returns void

    +
  • Defined in src/services/auth/auth-lib.ts:20
  • +
  • Defined in src/utils.ts:4