Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Validation.​ResourceValidationResult
Assembly: Duende.IdentityServer
Inheritance: object → ResourceValidationResult
Result of validation of requested scopes and resource indicators.
Properties
public
bool
Succeeded
Indicates if the result was successful.
Resources
The resources of the result.
public
System.​Collections.​Generic.​ICollection<​ParsedScopeValue>
ParsedScopes
The parsed scopes represented by the result.
public
System.​Collections.​Generic.​IEnumerable<​string>
RawScopeValues
The original (raw) scope values represented by the validated result.
public
System.​Collections.​Generic.​ICollection<​string>
InvalidResourceIndicators
The requested resource indicators that are invalid.
public
System.​Collections.​Generic.​ICollection<​string>
InvalidScopes
The requested scopes that are invalid.
Methods
public
ResourceValidationResult
Filter​(System.​Collections.​Generic.​IEnumerable<​string> scopeValues)
Returns new result filted by the scope values.
public
ResourceValidationResult
FilterByResourceIndicator​(string resourceIndicator)
Filters the result by the resource indicator for issuing access tokens.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object