Modules.Facebook.LimitedLoginAuthenticationToken
Shape of event.authenticationToken on the login event when Limited Login (LOGIN_TRACKING_LIMITED) is used.
Since: 19.0.0 · Platforms: android, iphone, ipad
Properties #
graphDomain#
Type: String
Optional graph domain hint returned by the iOS SDK (e.g. gaming).
undefined on Android.
nonce#
Type: 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#
Type: String
The signed JWT (header.payload.signature) issued by Facebook. Verify on your backend.