Class ParsedSecret
- Namespace
- Duende.IdentityServer.Models
- Assembly
- Duende.IdentityServer.dll
Represents a secret extracted from the HttpContext
public class ParsedSecret
- Inheritance
-
ParsedSecret
- Inherited Members
Constructors
ParsedSecret()
public ParsedSecret()
Properties
Credential
Gets or sets the credential to verify the secret
public object? Credential { get; set; }
Property Value
- object
The credential.
Id
Gets or sets the identifier associated with this secret
public string Id { get; set; }
Property Value
- string
The identifier.
Properties
Gets or sets additional properties.
public Dictionary<string, string> Properties { get; set; }
Property Value
- Dictionary<string, string>
The properties.
Type
Gets or sets the type of the secret
public string Type { get; set; }
Property Value
- string
The type.