client Secret
suspend fun clientSecret(value: Output<WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgs>)
Parameters
value
The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
suspend fun clientSecret(argument: suspend WorkforcePoolProviderExtraAttributesOauth2ClientClientSecretArgsBuilder.() -> Unit)
Parameters
argument
The OAuth 2.0 client secret for retrieving extra attributes from the identity provider. Required to get the Access Token using client credentials grant flow.