---
title: "oldPINRequested(in:)"
framework: cryptotokenkit
role: symbol
role_heading: Instance Method
path: "cryptotokenkit/tksmartcarduserinteractiondelegate/oldpinrequested(in:)"
---

# oldPINRequested(in:)

Tells the delegate that the old PIN needs to be entered.

## Declaration

```swift
optional func oldPINRequested(in interaction: TKSmartCardUserInteraction)
```

## Parameters

- `interaction`: The user interaction.

## See Also

### Delegate Methods

- [characterEntered(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/characterentered(in:).md)
- [correctionKeyPressed(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/correctionkeypressed(in:).md)
- [validationKeyPressed(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/validationkeypressed(in:).md)
- [invalidCharacterEntered(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/invalidcharacterentered(in:).md)
- [newPINRequested(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/newpinrequested(in:).md)
- [newPINConfirmationRequested(in:)](cryptotokenkit/tksmartcarduserinteractiondelegate/newpinconfirmationrequested(in:).md)
