AuthenticationRequiredException constructor

const AuthenticationRequiredException([
  1. String message = 'Anonymous access is disabled for this surface; a user token is required.'
])

Implementation

const AuthenticationRequiredException([
  super.message = 'Anonymous access is disabled for this surface; a user token is required.',
]);