Verify a User's Altura Guard Code
Usage in your script
AuthenticateUser
.Initialize(destroyAtEnd: true)
.SetParams(
"0x85d...",
"1d47s"
)
.OnError(error => Debug.Log(error))
.OnComplete(AlturaGuard => Debug.Log(AlturaGuard.authenticated))
.Run();Member Functions
Parameter
Type
Required
Description
Parameter
Type
Required
Description
Last updated