Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Structure
struct NoOpSecureStorage

Initializers

init()

init()

Instance Methods

clear()

Inherited from SecureStorage.clear().
func clear()

getEmail()

Inherited from SecureStorage.getEmail().
func getEmail() async throws(SecureStorageError) -> String?

getJWT()

Inherited from SecureStorage.getJWT().
func getJWT() async throws(SecureStorageError) -> String?

getOneTimeSecret()

Inherited from SecureStorage.getOneTimeSecret().
func getOneTimeSecret() async throws(SecureStorageError) -> String?

getPrivateKey(forEmail:)

func getPrivateKey(forEmail email: String) -> String?

savePrivateKey(_:forEmail:)

func savePrivateKey(_ privateKey: String, forEmail email: String)

storeEmail(_:)

Inherited from SecureStorage.storeEmail(_:).
func storeEmail(_ email: String) async throws(SecureStorageError)

storeJWT(_:)

Inherited from SecureStorage.storeJWT(_:).
func storeJWT(_ secret: String) async throws(SecureStorageError)

storeOneTimeSecret(_:)

Inherited from SecureStorage.storeOneTimeSecret(_:).
func storeOneTimeSecret(_ secret: String) async throws(SecureStorageError)