ProgrammaticAccessLibrary Framework Reference

  • PALNonceLoaderDelegate is a protocol used to receive updates from PALNonceLoader.

  • It informs the delegate when a PALNonceManager has been successfully loaded, providing the nonce manager, nonce loader, and the original request.

  • It also notifies the delegate if there's an error during the loading of PALNonceManager, providing the error, nonce loader, and original request.

PALNonceLoaderDelegate

@protocol PALNonceLoaderDelegate <NSObject>

Delegate object used to receive updates from PALNonceLoader.