jwt Token Type Configuration
suspend fun jwtTokenTypeConfiguration(value: Output<IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs>)
suspend fun jwtTokenTypeConfiguration(value: IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs?)
Parameters
value
A block that specifies the information about the JWT token type configuration. Detailed below.
suspend fun jwtTokenTypeConfiguration(argument: suspend IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies the information about the JWT token type configuration. Detailed below.