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

# nonceEndpointURL

The URL to retrieve a one-time use value from the server.

## Declaration

```swift
var nonceEndpointURL: URL { get set }
```

## Mentioned in

Obtaining a server nonce

## Discussion

Discussion The value of this property defaults to tokenEndpointURL.

## See Also

### Configuring the server nonce

- [customNonceRequestValues](authenticationservices/asauthorizationproviderextensionloginconfiguration/customnoncerequestvalues.md)
- [nonceResponseKeypath](authenticationservices/asauthorizationproviderextensionloginconfiguration/nonceresponsekeypath.md)
- [serverNonceClaimName](authenticationservices/asauthorizationproviderextensionloginconfiguration/servernonceclaimname.md)
