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.​ClientAuthenticationSuccessEvent
Assembly: Duende.IdentityServer
Inheritance: object → Event → ClientAuthenticationSuccessEvent
Event for successful client authentication
Properties
public
string
ClientId
Gets or sets the client identifier.
public
string
AuthenticationMethod
Gets or sets the authentication method.
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