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.​IdentityModel.​Client.​ProtocolRequestOptions
Assembly: Duende.IdentityModel
Inheritance: object → ProtocolRequestOptions
Well-known <see cref="T:System.Net.Http.HttpRequestOptionsKey`1" /> keys used by Duende IdentityModel when passing data through handler chains.
Fields and Constants
public static readonly
System.​Net.​Http.​HttpRequestOptionsKey<​System.​Func<​System.​Threading.​Tasks.​Task<​ClientAssertion>>>
ClientAssertionFactory
The key used to store a <see cref="P:Duende.IdentityModel.Client.ProtocolRequest.ClientAssertionFactory" /> on
<see cref="P:System.Net.Http.HttpRequestMessage.Options" /> . DPoP retry handlers read this key to obtain
a fresh <see cref="T:Duende.IdentityModel.Client.ClientAssertion" /> for each attempt.
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