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 (
See moreDefaultSudoEntitlementsClient
) as the implementation class is only meant to be used for initializing an instance of the client.Declaration
Swift
public protocol SudoEntitlementsClient : AnyObject