Protocols

The following protocols are available globally.

  • Provides utility functions for cryptographic operations.

    See more

    Declaration

    Swift

    public protocol CryptoProvider : AnyObject
  • S3 client wrapper protocol mainly used for providing an abstraction layer on top of AWS S3 SDK.

    See more

    Declaration

    Swift

    public protocol S3Client : AnyObject
  • Protocol encapsulating a library functions for managing Sudos in the Sudo service.

    See more

    Declaration

    Swift

    public protocol SudoProfilesClient : AnyObject
  • Subscriber for receiving notifications about new, updated or deleted Sudo.

    See more

    Declaration

    Swift

    public protocol SudoSubscriber