issuer property

String? issuer
final

The title displayed in a user's TOTP App preceding the account name.

In most cases, this should be the name of your app. For example, if your app is called "My App", your user will see "My App" - "username" in their TOTP app. Defaults to the application name retrieved from the project configuration.

Implementation

final String? issuer;