KeychainService

public class KeychainService

Undocumented

  • Default errors

    See more

    Declaration

    Swift

    public enum KeychainError : Error
  • Key

    Structure which functioning as a Key of value to KeychainService

    See more

    Declaration

    Swift

    public struct Key : RawRepresentable, Equatable, Hashable
  • Undocumented

    Declaration

    Swift

    public static var shared: KeychainService
  • Undocumented

    Declaration

    Swift

    public func save(value: String?, as key: Key) throws
  • Undocumented

    Declaration

    Swift

    public func retrive(item key: Key) throws -> String
  • Undocumented

    Declaration

    Swift

    public func delete(item key: Key) throws