general_unauthorized_scope property
String
get
general_unauthorized_scope
The current user or API key does not have the required scopes to access the requested resource
Implementation
String get general_unauthorized_scope {
return Intl.message(
'The current user or API key does not have the required scopes to access the requested resource',
name: 'general_unauthorized_scope',
desc: '',
args: [],
);
}