Contents

cancelAuthorization(with:)

Tells your request handler to cancel the authorization of the given request.

Declaration

optional func cancelAuthorization(with request: ASAuthorizationProviderExtensionAuthorizationRequest)

Parameters

  • request:

    The request to cancel.

Discussion

The system calls this method on the main thread.

See Also

Starting or Canceling a Request