beginAuthorization(with:)
Tells your request handler to authorize the given request.
Declaration
func beginAuthorization(with request: ASAuthorizationProviderExtensionAuthorizationRequest)Parameters
- request:
The request to be authorized.
Discussion
The system calls this method on the main thread.