FileSystemTokenStoreResponse

data class FileSystemTokenStoreResponse(val directory: String? = null)

The configuration settings of the storage of the tokens if a file system is used.

Constructors

Link copied to clipboard
constructor(directory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val directory: String? = null

The directory in which the tokens will be stored.