Get the access token
Gets the Tauri store (create or get current instance) and retrieves the access token from the store.
Promise<string | null> - The access token or null if not found.
If the store operation fails (e.g., I/O error).
const accessToken = await getAccessToken(); Copy
const accessToken = await getAccessToken();
Get the access token
Gets the Tauri store (create or get current instance) and retrieves the access token from the store.