IndexUserTokenConfigurations

data class IndexUserTokenConfigurations(val jsonTokenTypeConfiguration: IndexUserTokenConfigurationsJsonTokenTypeConfiguration? = null, val jwtTokenTypeConfiguration: IndexUserTokenConfigurationsJwtTokenTypeConfiguration? = null)

Constructors

Link copied to clipboard
constructor(jsonTokenTypeConfiguration: IndexUserTokenConfigurationsJsonTokenTypeConfiguration? = null, jwtTokenTypeConfiguration: IndexUserTokenConfigurationsJwtTokenTypeConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A block that specifies the information about the JSON token type configuration. Detailed below.

Link copied to clipboard

A block that specifies the information about the JWT token type configuration. Detailed below.