# LimitedLoginAuthenticationToken
Shape of event.authenticationToken on the login event
when Limited Login (LOGIN_TRACKING_LIMITED) is used.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# graphDomain
graphDomain :String
Optional graph domain hint returned by the iOS SDK (e.g. gaming).
undefined on Android.
# nonce
nonce :String
The nonce echoed back by Facebook. Matches the nonce you supplied (Android) or the value the SDK generated, and is also present as a claim inside the JWT.
# tokenString
tokenString :String
The signed JWT (header.payload.signature) issued by Facebook. Verify on your backend.