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.​ParsedScopesResult
Assembly: Duende.IdentityServer
Inheritance: object → ParsedScopesResult
Represents the result of scope parsing.
Properties
public
System.​Collections.​Generic.​ICollection<​ParsedScopeValue>
ParsedScopes
The valid parsed scopes.
public
System.​Collections.​Generic.​ICollection<​ParsedScopeValidationError>
Errors
The errors encountered while parsing.
public
bool
Succeeded
Indicates if the result of parsing the scopes was successful.
Methods
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