Search code examples
typescriptsolanametaplex

What is the asyncNeedsTemporalSigner flag?


While implementing gumdrop candy machine minting on my own front end I came across the asyncNeedsTemporalSigner flag that seems to split the users path in two.

What is this variable?


Solution

  • asyncNeedsTemporalSigner in gumdrop is used to identify if OTP has been activated. OTP can be used for the Distribution Methods SMS and E-Mail. It can not properly be used for discord, wallets and manual

    Hope this answers your question.