Contents

performRequest(_:)

Performs the specified authorization request.

Declaration

@MainActor func performRequest(_ request: ASAuthorizationRequest) async throws -> ASAuthorizationResult

Parameters

  • request:

    The authorization request to perform.

Return Value

The request’s outcome. For more information, see ASAuthorizationResult.

See Also

Performing requests