Defined the "account" keychain storage key in the String+KeychainStorageKeys extension.
This commit is contained in:
parent
09b092f33c
commit
39444cd9ea
@ -0,0 +1,13 @@
|
||||
//
|
||||
// String+KeychainStorageKeys.swift
|
||||
// DataModels
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/12/2022.
|
||||
// Copyright © 2022 Röck+Cöde. All rights reserved.
|
||||
//
|
||||
|
||||
public extension String {
|
||||
enum KeychainStorage {
|
||||
public static let account = "com.rockncode.app.assignment.be-real.library.data-models.keychain.key.account"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user