Abstract Protected MAX_Protected optsProtected axiosOptional body: UAbstract getReturn the request headers that would normally be used with an axios request Useful if you need to make a request via a different method and just need the headers
Optional options: AxiosRequestOptionsAbstract getReturns the current session state for the session in progress
Abstract initializeProtected Abstract initializeProtected Abstract performOptional body: UOptional options: AxiosRequestOptionsPerform a delete request to the specified url Will append any headers or other info needed for auth
Optional options: AxiosRequestOptionsPerform a get request to the specified url Will append any headers or other info needed for auth
Optional options: AxiosRequestOptionsPerform a patch request to the specified url Will append any headers or other info needed for auth
Optional options: AxiosRequestOptionsPerform a post request to the specified url Will append any headers or other info needed for auth
Optional options: AxiosRequestOptionsAbstract updateUpdate the session state with the given data.
If a userId is provided, the session will be set as logged in (or logged out if null). Call after a successful login or refresh.
Otherwise, this can be used to update tenantId and other session-based variables
Protected Abstract validateGenerated using TypeDoc
Base session service class for both cookie and local storage session service
Abstract