Skip to content

Commit

Permalink
docs nits
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Aug 21, 2023
1 parent 7752855 commit 9b330ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/io/radar/sdk/Radar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object Radar {
interface RadarTrackTokenCallback {

/**
* Called when a track request with token callback succeeds, fails, or times out. Receives the request status and, if successful, a JSON Web Token (JWT) containing an array of the events generated and the user. Decrypt the JWT server-side using your private key.
* Called when a track request with token callback succeeds, fails, or times out. Receives the request status and, if successful, a JSON Web Token (JWT) containing an array of the events generated and the user. Verify the JWT server-side using your secret key.
*
* @param[status] RadarStatus The request status.
* @param[token] String? If successful, a JSON Web Token (JWT).
Expand Down

0 comments on commit 9b330ae

Please sign in to comment.