module TiktokPassport::Signer::Utils
Defined in:
tiktok_passport/signer/utils.crConstant Summary
-
VERIFY_FP_SEED =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Class Method Summary
-
.generate_verify_fp : String
Generates a valid
verifyFp
using the Tiktok algorithm.
Class Method Detail
def self.generate_verify_fp : String
#
Generates a valid verifyFp
using the Tiktok algorithm.
https://github.com/davidteather/TikTok-Api/issues/347