---
title: "complete(httpAuthorizationHeaders:)"
framework: authenticationservices
role: symbol
role_heading: Instance Method
path: "authenticationservices/asauthorizationproviderextensionauthorizationrequest/complete(httpauthorizationheaders:)"
---

# complete(httpAuthorizationHeaders:)

Indicates the requested authorization succeeded with tokens in the HTTP headers.

## Declaration

```swift
func complete(httpAuthorizationHeaders: [String : String])
```

## Parameters

- `httpAuthorizationHeaders`: The collection of tokens from the header.

## See Also

### Completing a Request

- [complete(authorizationResult:)](authenticationservices/asauthorizationproviderextensionauthorizationrequest/complete(authorizationresult:).md)
- [complete()](authenticationservices/asauthorizationproviderextensionauthorizationrequest/complete().md)
- [complete(httpResponse:httpBody:)](authenticationservices/asauthorizationproviderextensionauthorizationrequest/complete(httpresponse:httpbody:).md)
- [complete(error:)](authenticationservices/asauthorizationproviderextensionauthorizationrequest/complete(error:).md)
