Type Aliases

The following type aliases are available globally.

  • SecKeyErrorResult is an alias of a Result that returns SecKey on success and a SwiftySimpleKeychainError (error) when a failure occurs

    Declaration

    Swift

    public typealias SecKeyErrorResult = Result<SecKey, SwiftySimpleKeychainError>