Verify a User's Altura Guard Code

Use this method to authenticate users with Altura Guard.

Usage in your script

const response = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD);

const authenticated = response.authenticated

Parameters

ParameterTypeRequiredDescription

wallet_address

String

Yes

Unique wallet address of user

altura_guard

String

Yes

Altura Guard code

Last updated