---
title: scope
framework: signinwithapplejs
role: symbol
role_heading: Instance Property
path: signinwithapplejs/clientconfigi/scope
---

# scope

The amount of user information requested from Apple.

## Declaration

```data
attribute string scope;
```

## Mentioned in

Configuring your webpage for Sign in with Apple Incorporating Sign in with Apple into other platforms

## Discussion

Discussion You can request the user’s name or email. You can also choose to request both, or neither. Use space separation when requesting multiple scopes; for example, "scope=name email".

## See Also

### Configuring the client object

- [clientId](signinwithapplejs/clientconfigi/clientid.md)
- [redirectURI](signinwithapplejs/clientconfigi/redirecturi.md)
- [state](signinwithapplejs/clientconfigi/state.md)
- [nonce](signinwithapplejs/clientconfigi/nonce.md)
- [usePopup](signinwithapplejs/clientconfigi/usepopup.md)
