- Added Auto Sign-in & SDK Auto Validation feature via custom user defined values. Use the setAutoSDKValidation method of the GluedIn Configuration class.
setAutoSDKValidation(GluedInAutoValidation(p1,p2,p3.... etc))
----- Sample GluedInAutoValidation class ------
GluedInAutoValidation(
Data(
userinfo = Userinfo(
userId = "user_id",
fullName = "full_name",
userName = "user_name",
email = "email@email.com",
profileImageUrl = "https://www.sampleimage.com/abc.png",
creator = true
),
userValidation = UserValidation(
closedCommunity = false,
privacyPolicy = "https://www.google.com/",
aboutUs = "https://www.google.com/",
termsAndConditions = "https://www.google.com/",
userAccessToken = "user_access_token",
userRefreshToken = "user_refresh_token",
guestRefreshToken = "guest_user_refresh_token",
guestAccessToken = "guest_user_access_token",
clientId = "client_id"
)
)
)
- Bug fix related to invalid access token