TTMSFNCCloudOAuthPersistLocation Enumeration
Defines where OAuth token data is persisted between sessions.
API unit family: TMSFNCCloudOAuth
Members
| Name | Description |
|---|---|
plIniFile |
Stores token data in an INI file. |
plRegistry |
Stores token data in the system registry when registry storage is available. |
plDatabase |
Stores token data through the configured database data source. |