Skip to main content
Class
final class KeychainSecureStorage

Initializers

init(bundleId:)

init(bundleId: String)

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?

storeEmail(_:)

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

storeJWT(_:)

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

storeOneTimeSecret(_:)

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