const { getTokenSilently } = useAuth0();. const [token, setToken] = useState(); ... getTokenSilently().then(setToken);. }, []);. Browser.
確定! 回上一頁