Show / Hide Table of Contents

Class IntrospectionRequest

Introspection request.

Inheritance
object
IntrospectionRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.