Accessing users role post-login

        console.log(roles)
        console.log(session.user)
        console.log(session.tokenSet.accessToken)

Forgot to add:

  1. The roles const comes off as undefined.
  2. The user object does not have my namespace.
  3. When I parse the accesstoken I get the namespace with the roles for the user.