performRequest(_:)
Performs the specified authorization request.
Declaration
@MainActor func performRequest(_ request: ASAuthorizationRequest) async throws -> ASAuthorizationResultParameters
- request:
The authorization request to perform.
Return Value
The request’s outcome. For more information, see ASAuthorizationResult.