Class IntrospectionResponse
Introspection response.
Inherited Members
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class IntrospectionResponse
Properties
Active
Gets or sets the active flag.
Declaration
public bool? Active { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | The active flag. |
Aud
Gets or sets the audience.
Declaration
public string? Aud { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The audience. |
ClientId
Gets or sets the client ID.
Declaration
public string? ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client ID. |
Exp
Gets or sets the expiry timestamp.
Declaration
public long? Exp { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | The expiry timestamp. |
Iat
Gets or sets the issued at timestamp.
Declaration
public long? Iat { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | The issued at timestamp. |
Iss
Gets or sets the issuer.
Declaration
public string? Iss { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The issuer. |
Jti
Gets or sets the token identifier.
Declaration
public string? Jti { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The token identifier. |
Nbf
Gets or sets the not before timestamp.
Declaration
public long? Nbf { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | The not before timestamp. |
Scope
Gets or sets the scope.
Declaration
public string? Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The scope. |
Sub
Gets or sets the subject.
Declaration
public string? Sub { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The subject. |
TokenType
Gets or sets the token type.
Declaration
public string? TokenType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The token type. |
Username
Gets or sets the username.
Declaration
public string? Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The username. |