diff --git a/classes/constants.default.html b/classes/constants.default.html index 785f90e3..e298981b 100644 --- a/classes/constants.default.html +++ b/classes/constants.default.html @@ -21,7 +21,7 @@

Hierarchy

+
  • Defined in src/constants.ts:1
  • @@ -81,167 +81,167 @@

    Properties

    ADMIN_DEVICE: string = "admin"
    +
  • Defined in src/constants.ts:15
  • ADMIN_REDIRECT: string = "https://admin.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:16
  • ANDROID_DEVICE: string = "android"
    +
  • Defined in src/constants.ts:27
  • ANDROID_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:28
  • BAD_REQUEST: number = 400
    +
  • Defined in src/constants.ts:6
  • CREATED: number = 201
    +
  • Defined in src/constants.ts:4
  • DEFAULT_DEVICE: string = ...
    +
  • Defined in src/constants.ts:30
  • DEFAULT_FOOD_WAVE: number = 0
    +
  • Defined in src/constants.ts:57
  • DEFAULT_JWT_OFFSET: string = "48h"
    +
  • Defined in src/constants.ts:49
  • DEFAULT_POINT_VALUE: number = 0
    +
  • Defined in src/constants.ts:56
  • DEFAULT_REDIRECT: string = ...
    +
  • Defined in src/constants.ts:31
  • DEV_DEVICE: string = "dev"
    +
  • Defined in src/constants.ts:18
  • DEV_REDIRECT: string = "https://adonix.hackillinois.org/auth/dev/"
    +
  • Defined in src/constants.ts:19
  • EVENT_BYTES_GEN: number = 16
    +
  • Defined in src/constants.ts:54
  • EVENT_ID_LENGTH: number = 32
    +
  • Defined in src/constants.ts:53
  • 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:42
  • GOOGLE_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/google/callback/"
    +
  • Defined in src/constants.ts:43
  • INTERNAL_ERROR: number = 500
    +
  • Defined in src/constants.ts:12
  • IOS_DEVICE: string = "ios"
    +
  • Defined in src/constants.ts:24
  • IOS_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:25
  • MILLISECONDS_PER_SECOND: number = 1000
    +
  • Defined in src/constants.ts:55
  • NOT_FOUND: number = 404
    +
  • Defined in src/constants.ts:10
  • NO_CONTENT: number = 204
    +
  • Defined in src/constants.ts:5
  • OLD_API: number = 418
    +
  • Defined in src/constants.ts:11
  • REDIRECT_MAPPINGS: Map<string, string> = ...
    +
  • Defined in src/constants.ts:33
  • SUCCESS: number = 200
    +
  • Defined in src/constants.ts:3
  • SYSTEM_ADMIN_LIST: string[] = ...
    +
  • Defined in src/constants.ts:47
  • UNAUTHORIZED_REQUEST: number = 401
    +
  • Defined in src/constants.ts:8
  • WEB_DEVICE: string = "web"
    +
  • Defined in src/constants.ts:21
  • WEB_REDIRECT: string = "https://www.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:22
  • ZERO: number = 0
    +
  • Defined in src/constants.ts:52
  • +
  • Defined in src/database/event-db.ts:40
  • +
  • Defined in src/database/event-db.ts:40
  • +
  • Defined in src/database.ts:35
  • +
  • Defined in src/services/auth/auth-models.ts:34
  • +
  • Defined in src/services/auth/auth-models.ts:27
  • +
  • Defined in src/services/auth/auth-models.ts:39
  • +
  • Defined in src/services/event/event-models.ts:9
  • +
  • Defined in src/services/event/event-models.ts:17
  • +
  • Defined in src/database.ts:11
  • +
  • Defined in src/database.ts:24
  • +
  • Defined in src/middleware/select-auth.ts:24
  • +
  • Defined in src/services/auth/auth-lib.ts:14
  • +
  • Defined in src/services/auth/auth-lib.ts:136
  • +
  • Defined in src/services/auth/auth-lib.ts:110
  • +
  • Defined in src/services/auth/auth-lib.ts:307
  • +
  • Defined in src/services/auth/auth-lib.ts:294
  • +
  • Defined in src/services/auth/auth-lib.ts:271
  • +
  • Defined in src/services/auth/auth-lib.ts:281
  • +
  • Defined in src/services/auth/auth-lib.ts:175
  • +
  • Defined in src/services/auth/auth-lib.ts:16
  • +
  • Defined in src/services/event/event-lib.ts:11
  • +
  • Defined in src/services/newsletter/newsletter-lib.ts:7
  • +
  • Defined in src/services/profile/profile-lib.ts:10
  • +
  • Defined in src/services/profile/profile-lib.ts:23
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/database.ts:1
  • Index

    diff --git a/modules/middleware_select_auth.html b/modules/middleware_select_auth.html index 12586043..5d264417 100644 --- a/modules/middleware_select_auth.html +++ b/modules/middleware_select_auth.html @@ -16,7 +16,7 @@
  • middleware/select-auth
  • Module middleware/select-auth

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

    diff --git a/modules/services_auth_auth_lib.html b/modules/services_auth_auth_lib.html index 9ea97107..f3e8582e 100644 --- a/modules/services_auth_auth_lib.html +++ b/modules/services_auth_auth_lib.html @@ -16,7 +16,7 @@
  • services/auth/auth-lib
  • Module services/auth/auth-lib

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

    diff --git a/modules/services_event_event_lib.html b/modules/services_event_event_lib.html index 3c59fda4..a0105803 100644 --- a/modules/services_event_event_lib.html +++ b/modules/services_event_event_lib.html @@ -16,7 +16,7 @@
  • services/event/event-lib
  • Module services/event/event-lib

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

    diff --git a/modules/services_newsletter_newsletter_lib.html b/modules/services_newsletter_newsletter_lib.html index 4b4b8ef4..0bcdb26d 100644 --- a/modules/services_newsletter_newsletter_lib.html +++ b/modules/services_newsletter_newsletter_lib.html @@ -16,7 +16,7 @@
  • services/newsletter/newsletter-lib
  • Module services/newsletter/newsletter-lib

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

    diff --git a/modules/services_profile_profile_lib.html b/modules/services_profile_profile_lib.html index 273a9edf..0c96b6d1 100644 --- a/modules/services_profile_profile_lib.html +++ b/modules/services_profile_profile_lib.html @@ -16,7 +16,7 @@
  • services/profile/profile-lib
  • Module services/profile/profile-lib

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

    diff --git a/types/services_auth_auth_lib._internal_.VerifyCallback.html b/types/services_auth_auth_lib._internal_.VerifyCallback.html index bc537e75..db3fb724 100644 --- a/types/services_auth_auth_lib._internal_.VerifyCallback.html +++ b/types/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:15