type StoredTokenType = { authDetails: AuthDetails; authProvider: AuthProvider; developerClientId: string; jwtToken: string; };