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 Protocol
protocol SecureStorage : Sendable
func clear()
func getEmail() async throws(SecureStorageError) -> String?
func getJWT() async throws(SecureStorageError) -> String?
func getOneTimeSecret() async throws(SecureStorageError) -> String?
func storeEmail(_ email: String) async throws(SecureStorageError)
func storeJWT(_ secret: String) async throws(SecureStorageError)
func storeOneTimeSecret(_ secret: String) async throws(SecureStorageError)
Was this page helpful?