AuthenticationRequiredException constructor
- 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.',
]);