PropertyDescription

event.accessToken

Information about the access token to be issued.

Includes the following properties:

  • customClaims Dictionary.
  • scope Array of strings.

event.client

Information about the Client used during this token exchange.

Includes the following properties:

  • client_id String. The client id of the application the user is logging in to.
  • metadata Dictionary. An object for holding other application properties.
  • name String. The name of the application (as defined on the dashboard).

event.request

Details about the request that initated the transaction.

Includes the following properties:

  • geoip Object.

    Includes the following properties:

    • cityName Optional string.
    • continentCode Optional string.
    • countryCode Optional string.
    • countryCode3 Optional string.
    • countryName Optional string.
    • latitude Optional number.
    • longitude Optional number.
    • timeZone Optional string.
  • hostname Optional string. The hostname that is being used for the authentication flow.
  • ip String. The originating IP address of request.
  • language Optional string. The language requested by the browser.
  • method String. The HTTP method used for the request
  • user_agent Optional string. The value of the User-Agent header received when initiating the transaction.

event.resource_server

Information about the Resource Server that is issueing the access tokeResource Server that is issuing the access token.

Includes the following properties:

  • identifier String. The identifier of the resource server. For example: https://your-api.example.com

event.tenant

Information about the Tenant used during this token exchange.

Includes the following properties:

  • id String. The name of the tenant.

event.transaction

Information about the Credentials Exchange transaction.

Includes the following properties:

  • requested_scopes Array of strings. The scopes specified (if any) when requesting the access token.