Static
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
invalidateInvalidates an account's token so that it is no longer useable. Think of it as logging out.
Authorization Validate Account Token - BingeWave
Returns a promise from Axios.
Static
invalidateInvalidates an organizer token so that it is no longer useable. Think of it as logging out.
Authorization Validate Organizer Token - BingeWave
Returns a promise from Axios.
Static
loginAttempts to the log the user in, which will return their data and auth token
Authorization Login - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
loginAttempts to login a user to an account that will be associated with an organizer. The organizer's auth token is required, and the JWT return will only work for resources associated with that organizer account.
Authorization Login To Organizer - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
registerAttempts to register the user and will return their information along with an auth token.
Authorization Register - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
registerAttempts to register a user that will be associated with an organizer account. The organizer's auth token is required, and the JWT return will only work for resources associated with that organizer account.
Authorization Register To Organizer - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
syncIf an account does not exist with an organizer, it will create one. Otherwise it will log the curent account into the organizer. This requires an organizer auth token.
Authorization Sync To Organizer - BingeWave
Returns a promise from Axios.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
validateChecks if an account's token is valid.
Authorization Validate Account Token - BingeWave
Returns a promise from Axios.
Static
validateChecks if an organizer token is valid.
Authorization Validate Organizer Token - BingeWave
Returns a promise from Axios.
Generated using TypeDoc
Auth
The class for authorization into the backend.