Protocols

The following protocols are available globally.

  • Client used to interface with the Sudo Entitlements Platform service.

    It is recommended to code to this interface, rather than the implementation class (DefaultSudoEntitlementsClient) as the implementation class is only meant to be used for initializing an instance of the client.

    See more

    Declaration

    Swift

    public protocol SudoEntitlementsClient : AnyObject