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

# audience

The audience for validation and requests.

## Declaration

```swift
var audience: String { get set }
```

## Mentioned in

Supporting key requests and key exchange requests Creating an embedded assertion Creating an encrypted embedded assertion

## See Also

### Obtaining the required configuration

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