Verify a User's Altura Guard Code
Usage in your script
const response = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD);
const authenticated = response.authenticatedconst response: { authenticated: boolean } = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD);
const authenticated = response.authenticated;Parameters
Parameter
Type
Required
Description
Last updated