<!--
{
  "availability" : [
    "Sign in with Apple JS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "signinwithapple",
  "identifier" : "/documentation/SigninwithAppleJS/ClientConfigI",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Sign in with Apple JS"
    ],
    "preciseIdentifier" : "cl/ClientConfigI"
  },
  "title" : "ClientConfigI"
}
-->

# ClientConfigI

An object that contains a user’s configuration information.

```
interface ClientConfigI
```

## Topics

### Configuring the client object

[`clientId`](/documentation/SigninwithAppleJS/ClientConfigI/clientId)

The developer’s client identifier, as provided by WWDR.

[`redirectURI`](/documentation/SigninwithAppleJS/ClientConfigI/redirectURI)

The URI to which the authorization redirects.

[`scope`](/documentation/SigninwithAppleJS/ClientConfigI/scope)

The amount of user information requested from Apple.

[`state`](/documentation/SigninwithAppleJS/ClientConfigI/state)

The current state of the request.

[`nonce`](/documentation/SigninwithAppleJS/ClientConfigI/nonce)

The value that associates a client session and an ID token.

[`usePopup`](/documentation/SigninwithAppleJS/ClientConfigI/usePopup)

A Boolean that enables showing the flow in a popup.



---

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)