clientSecret

@JvmName(name = "xoewupxufaijvkvn")
suspend fun clientSecret(value: Output<WorkforcePoolProviderOidcClientSecretArgs>)
@JvmName(name = "fpayfjqcopnywshc")
suspend fun clientSecret(value: WorkforcePoolProviderOidcClientSecretArgs?)

Parameters

value

The optional client secret. Required to enable Authorization Code flow for web sign-in. Structure is documented below.


@JvmName(name = "fgiapsigulmbpyws")
suspend fun clientSecret(argument: suspend WorkforcePoolProviderOidcClientSecretArgsBuilder.() -> Unit)

Parameters

argument

The optional client secret. Required to enable Authorization Code flow for web sign-in. Structure is documented below.