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.​ParsedScopeValue
Assembly: Duende.IdentityServer
Inheritance: object → ParsedScopeValue
Models a parsed scope value.
Properties
public
string
RawValue
The original (raw) value of the scope.
public
string
ParsedName
The parsed name of the scope. If the scope has no structure, the parsed name will be the same as the raw value.
public
string
ParsedParameter
The parameter value of the parsed scope. If the scope has no structure, then the value will be null.
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