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.​MtlsEndpointAliases

Assembly: Duende.IdentityModel

Inheritance: object → MtlsEndpointAliases

Represents aliases for mutual TLS (mTLS) endpoints in an OpenID Connect discovery document. Provides access to specific mTLS-based endpoints such as token, revocation, and device authorization endpoints.

Properties

The raw <see cref="T:System.Text.Json.JsonElement" /> that contains the mTLS endpoint aliases.
public string
TokenEndpoint
Gets the token endpoint address.
public string
RevocationEndpoint
Gets the revocation endpoint address.
public string
DeviceAuthorizationEndpoint
Gets the device authorization endpoint address.
public string
IntrospectionEndpoint
Gets the introspection endpoint address.
public string
PushedAuthorizationRequestEndpoint
Gets the pushed authorization endpoint address.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object