ResourceServerType constructor

ResourceServerType({
  1. String? identifier,
  2. String? name,
  3. List<ResourceServerScopeType>? scopes,
  4. String? userPoolId,
})

Implementation

ResourceServerType({
  this.identifier,
  this.name,
  this.scopes,
  this.userPoolId,
});