Class IntrospectionRequest
Introspection request.
Inherited Members
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class IntrospectionRequest
Properties
ClientAssertion
Gets or sets the client assertion.
Declaration
public string? ClientAssertion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client assertion. |
ClientAssertionType
Gets or sets the client assertion type.
Declaration
public string? ClientAssertionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client assertion type. |
ClientID
Gets or sets the client ID.
Declaration
public string? ClientID { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client ID. |
ClientSecret
Gets or sets the client secret.
Declaration
public string? ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client secret. |
Token
Gets or sets the token.
Declaration
public string? Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The token. |
TokenTypeHint
Gets or sets the token type hint.
Declaration
public string? TokenTypeHint { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The token type hint. |