Table of Contents

Class TokenIssuedSuccessEvent.Token

Namespace
Duende.IdentityServer.Events
Assembly
Duende.IdentityServer.dll

Data structure serializing issued tokens

public class TokenIssuedSuccessEvent.Token
Inheritance
TokenIssuedSuccessEvent.Token
Inherited Members

Constructors

Token(string, string)

Initializes a new instance of the TokenIssuedSuccessEvent.Token class.

public Token(string type, string value)

Parameters

type string

The type.

value string

The value.

Properties

TokenType

Gets the type of the token.

public string TokenType { get; }

Property Value

string

The type of the token.

TokenValue

Gets the token value.

public string TokenValue { get; }

Property Value

string

The token value.