Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Events.​TokenIssuedSuccessEvent
Assembly: Duende.IdentityServer
Inheritance: object → Event → TokenIssuedSuccessEvent
Event for successful token issuance
Properties
public
string
ClientId
Gets or sets the client identifier.
public
string
ClientName
Gets or sets the name of the client.
public
string
RedirectUri
Gets or sets the redirect URI.
public
string
Endpoint
Gets or sets the endpoint.
public
string
SubjectId
Gets or sets the subject identifier.
public
string
Scopes
Gets or sets the scopes.
public
string
GrantType
Gets or sets the grant type.
public
System.​Collections.​Generic.​IEnumerable<​Token>
Tokens
Gets or sets the tokens.
public
string
Category
Gets or sets the category.
public
string
Name
Gets or sets the name.
public
EventTypes
EventType
Gets or sets the event type.
public
int
Id
Gets or sets the identifier.
public
string
Message
Gets or sets the event message.
public
string
ActivityId
Gets or sets the per-request trace identifier (not the Activity Id)
Remarks Note that this is not the Activity Id despite the name.
TimeStamp
Gets or sets the time stamp when the event was raised.
public
int
ProcessId
Gets or sets the server process identifier.
public
string
LocalIpAddress
Gets or sets the local ip address of the current request.
public
string
RemoteIpAddress
Gets or sets the remote ip address of the current request.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object