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

# issuer

The issuer of the generator, if any.

## Declaration

```swift
var issuer: String?
```

## See Also

### Accessing TOTP properties

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