GetTokenOptions
data class GetTokenOptions(val template: String? = null, val skipCache: Boolean = false, val expirationBuffer: Long = 10)
Options for configuring session token retrieval behavior.
This data class allows customization of how tokens are fetched, including template usage, cache behavior, and expiration buffer settings.