You can access this token inside the client-side using useSession hook as mentioned below. const { useSession } from 'next-auth/client' export ...
確定! 回上一頁