Method

authByMetamask

import { authByMetamask } from '@relationlabs/auth'
const { token } = await authByMetamask()

Tips: Use this token to call the auth interface to exchange for unifiedAuthToken.

Last updated