Show / Hide Table of Contents

Class IntrospectionRequest

Introspection request.

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

The client assertion.

ClientAssertionType

Gets or sets the client assertion type.

Declaration
public string ClientAssertionType { get; set; }
Property Value
Type Description
System.String

The client assertion type.

ClientID

Gets or sets the client ID.

Declaration
public string ClientID { get; set; }
Property Value
Type Description
System.String

The client ID.

ClientSecret

Gets or sets the client secret.

Declaration
public string ClientSecret { get; set; }
Property Value
Type Description
System.String

The client secret.

Token

Gets or sets the token.

Declaration
public string Token { get; set; }
Property Value
Type Description
System.String

The token.

TokenTypeHint

Gets or sets the token type hint.

Declaration
public string TokenTypeHint { get; set; }
Property Value
Type Description
System.String

The token type hint.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.