<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler/profilePictureForUser(using:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(pl)ASAuthorizationProviderExtensionRegistrationHandler(im)profilePictureForUserUsingLoginManager:completion:"
  },
  "title" : "profilePictureForUser(using:completion:)"
}
-->

# profilePictureForUser(using:completion:)

```
optional func profilePictureForUser(using loginManager: ASAuthorizationProviderExtensionLoginManager, completion: @escaping @Sendable (Data) -> Void)
```

```
optional func profilePictureForUser(using loginManager: ASAuthorizationProviderExtensionLoginManager) async -> Data
```

## Discussion\abstract Request the profile picture for the current user in jpeg format.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)