getTokenSilently (); const result = await fetch('https://myapi.com', { method: 'GET', headers: { Authorization: `Bearer ${accessToken}`, } ...
確定! 回上一頁