getMemberJsFunctionString

fun getMemberJsFunctionString(email: String, firstName: String, lastName: String, memberId: String, hmacId: String, accessToken: String, deviceId: String, countryCode: String): String

Creates a JavaScript method string for updating user sign-in status.

Return

The JavaScript method string for sign-in.

Parameters

email

The user's email.

firstName

The user's first name.

lastName

The user's last name.

memberId

The user's member ID.

hmacId

The HMAC ID for authentication.

accessToken

The access token for the user.

deviceId

The device ID.

countryCode

The country code for the user.