---
title: clientID
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationproviderextensionloginconfiguration/clientid
---

# clientID

The identifier for the client at the identity provider.

## Declaration

```swift
var clientID: String { get }
```

## Mentioned in

Processing the JSON Web Encryption (JWE) login response Creating a refresh request Creating and validating a login request Supporting key requests and key exchange requests

## See Also

### Obtaining the required configuration

- [audience](authenticationservices/asauthorizationproviderextensionloginconfiguration/audience.md)
- [jwksEndpointURL](authenticationservices/asauthorizationproviderextensionloginconfiguration/jwksendpointurl.md)
- [tokenEndpointURL](authenticationservices/asauthorizationproviderextensionloginconfiguration/tokenendpointurl.md)
- [issuer](authenticationservices/asauthorizationproviderextensionloginconfiguration/issuer.md)
