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.​Endpoints.​Results.​JsonWebKeysResult
Assembly: Duende.IdentityServer
Inheritance: object → EndpointResult<​JsonWebKeysResult> → JsonWebKeysResult
Implemented Interfaces
- Hosting.​IEndpointResult Implemented by: EndpointResult<​JsonWebKeysResult>
Result for the jwks document
Properties
public
System.​Collections.​Generic.​IEnumerable<​Models.​JsonWebKey>
WebKeys
Gets the web keys.
public
int?
MaxAge
Gets the maximum age.
Methods
ExecuteAsync​(Microsoft.​AspNetCore.​Http.​HttpContext context)
Inherited from EndpointResult<​JsonWebKeysResult>
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