How to Verify Claims/Role NextJS-auth0 withPageAuthRequired?

Hi,

I’m using “@ auth0/nextjs-auth0”. I’m able to authenticate my users, but I would like to verify their role to view a specific route.

Should I be able to do it from the context?

export const getServerSideProps = withPageAuthRequired({

  async getServerSideProps(ctx) {