PlayerIO

The fastest way to build online games without breaking a sweat.

HTML5 (Javascript) Client Reference

javascript (html5) simpleGetCaptchaOutput class informationClass simpleGetCaptchaOutput

Language: Javascript (HTML5)

Captcha information for the QuickConnect simple users feature.

Properties

 
captchaImageUrl :string

An url for the captcha image. You must show the image to the user, and ask what text is shown in the image

captchaKey :string

The key for this captcha image. This value must be kept and sent to the PlayerIO.authenticate() method along with the input from the user.

simpleGetCaptchaOutput.captchaImageUrl

captchaImageUrl :string

An url for the captcha image. You must show the image to the user, and ask what text is shown in the image

simpleGetCaptchaOutput.captchaKey

captchaKey :string

The key for this captcha image. This value must be kept and sent to the PlayerIO.authenticate() method along with the input from the user.