Auth Challenge

async authChallenge()

  • walletAddress:string - is the address of the user

const response = await this.newBorrowingService.authChallenge({
  walletAddress
 })

This is an example of the successful response object of this function:

{
    "data": {
        "walletAuthChallenge": "57565e695b18ad0b344d14d980888961"
    }
}

Last updated