You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Returns { token, expiresAt, expiresIn, passed } when calling Radar.trackOnce({ fraud: true }) or Radar.trackVerified().
Removes Radar.trackVerifiedToken(). Since Radar.trackVerified() now returns { token } in addition to { user, events, location }, call Radar.trackVerified() instead.
Renames RadarDesktopAppError to RadarVerifyAppError.
Renames RadarTimeoutError to RadarNetworkError for consistency with mobile SDKs.
Renames RadarLocationPermissionsError to RadarPermissionsError for consistency with mobile SDKs.
Updates RadarPermissionsError and RadarLocationError logic. Returns RadarPermissionsError when location permissions aren't granted. Returns RadarLocationError when location permissions are granted but location isn't available or the location request times out.