MCPcopy Index your code
hub / github.com/Dispatcharr/Dispatcharr / getAuthToken

Method getAuthToken

frontend/src/api.js:107–109  ·  view source on GitHub ↗

* A static method so we can do: await API.getAuthToken()

()

Source from the content-addressed store, hash-verified

105 * A static method so we can do: await API.getAuthToken()
106 */
107 static async getAuthToken() {
108 return await useAuthStore.getState().getToken();
109 }
110
111 /**
112 * Fetch all pages for a paginated endpoint when you already know totalCount.

Callers 2

requestFunction · 0.80
uploadLogoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected