Class IntrospectionResponse
Introspection response.
Inheritance
System.Object
IntrospectionResponse
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 IntrospectionResponse
Properties
Active
Gets or sets the active flag.
Declaration
public bool? Active { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The active flag. |
Aud
Gets or sets the audience.
Declaration
public string Aud { get; set; }
Property Value
Type | Description |
---|---|
System.String | The audience. |
ClientId
Gets or sets the client ID.
Declaration
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client ID. |
Exp
Gets or sets the expiry timestamp.
Declaration
public long? Exp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The expiry timestamp. |
Iat
Gets or sets the issued at timestamp.
Declaration
public long? Iat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The issued at timestamp. |
Iss
Gets or sets the issuer.
Declaration
public string Iss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The issuer. |
Jti
Gets or sets the token identifier.
Declaration
public string Jti { get; set; }
Property Value
Type | Description |
---|---|
System.String | The token identifier. |
Nbf
Gets or sets the not before timestamp.
Declaration
public long? Nbf { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The not before timestamp. |
Scope
Gets or sets the scope.
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The scope. |
Sub
Gets or sets the subject.
Declaration
public string Sub { get; set; }
Property Value
Type | Description |
---|---|
System.String | The subject. |
TokenType
Gets or sets the token type.
Declaration
public string TokenType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The token type. |
Username
Gets or sets the username.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username. |