OAuth ClientStateChangedEventContext Object

Contains information about a client state change.

The properties included in the ClientStateChangedEventContext object are listed below.

Property Type Description
ClientID string The unique ID for a specific OAuth client, as set up with the OAuth Provider. In the context of the platform, the ClientID is the same as the app's RuntimeID.
ClientDomain string The domain for the OAuth client.
State string OAuth 2.0: standard state parameter.