ACAccountStoreCredentialRenewalHandler
Specifies a handler to call when credentials are renewed.
Declaration
typealias ACAccountStoreCredentialRenewalHandler = (ACAccountCredentialRenewResult, (any Error)?) -> VoidDiscussion
The renewal handler parameters are:
renewResultThe result of the renewal request.
errorAn error, if one occurred.