AuthData: { tokenFactory?: TokenFactory; username?: string }

Type declaration

  • OptionaltokenFactory?: TokenFactory

    a function that returns a valid auth token which has correct access roles and permissions

  • Optionalusername?: string

    username of the logged in user