claimWithAuthToken
claimWithAuthToken
is a method on the faucet
object that claims tokens using an authentication token. This method is useful when you already have a valid auth token from a previous captcha verification.
claimWithAuthToken
does not require authentication.
Examples
claimWithAuthToken
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
authToken | string | The authentication token obtained from requestAuthToken | false |
recipient | string | The wallet address to receive the claimed tokens | false |
quantity | number | The quantity of tokens to claim | false |