AuthzPolicyCustomProviderAuthzExtension constructor

AuthzPolicyCustomProviderAuthzExtension({
  1. List<String>? resources,
})

Implementation

AuthzPolicyCustomProviderAuthzExtension({
  this.resources,
});