AuthInfo constructor

AuthInfo({
  1. required List<String> resources,
  2. ActionType? actionType,
})

Implementation

AuthInfo({
  required this.resources,
  this.actionType,
});