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.
The parsed scopes represented by the result.
RawScopeValues
The original (raw) scope values represented by the validated result.
InvalidResourceIndicators
The requested resource indicators that are invalid.
InvalidScopes
The requested scopes that are invalid.

Methods

Filter​(System.​Collections.​Generic.​IEnumerable<​string> scopeValues)
Returns new result filted by the scope values.
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
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object