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

# includePreviousRefreshTokenInLoginRequest

A Boolean value that indicates whether to include the previous refresh token in the authentation request.

## Declaration

```swift
var includePreviousRefreshTokenInLoginRequest: Bool { get set }
```

## Mentioned in

Creating and validating a login request

## Discussion

Discussion If the value is true and there’s a refresh_token for the user in the SSO tokens, it’s included in the authentication request.

## See Also

### Configuring the previous refresh token

- [previousRefreshTokenClaimName](authenticationservices/asauthorizationproviderextensionloginconfiguration/previousrefreshtokenclaimname.md)
