Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Enumeration
enum OTPAuthenticationStatus
case authenticationStatus(AuthenticationStatus)
case emailSent(email: String, emailId: String)
var email: String? { get }
var isAuthenticated: Bool { get }
Was this page helpful?