---
title: digits
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asimportablecredential/totp/digits
---

# digits

The number of digits in the code used by the generator.

## Declaration

```swift
var digits: UInt16
```

## See Also

### Accessing TOTP properties

- [secret](authenticationservices/asimportablecredential/totp/secret.md)
- [period](authenticationservices/asimportablecredential/totp/period.md)
- [algorithm](authenticationservices/asimportablecredential/totp/algorithm-swift.property.md)
- [ASImportableCredential.TOTP.Algorithm](authenticationservices/asimportablecredential/totp/algorithm-swift.enum.md)
- [issuer](authenticationservices/asimportablecredential/totp/issuer.md)
