completeSavePasswordRequest(completionHandler:)
Signal that a password request was successfully saved.
Declaration
func completeSavePasswordRequest(completionHandler: (@Sendable (Bool) -> Void)? = nil)func completeSavePasswordRequest() async -> BoolParameters
- completionHandler:
An optional block your extension can provide to perform any cleanup work after the system has captured the results. The expired parameter is true if the system decides to prematurely end a previous non-expiration invocation of the completion handler.