token Selection
suspend fun tokenSelection(value: Output<IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgs>)
suspend fun tokenSelection(value: IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgs?)
Parameters
value
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source. See Token Selection below.
suspend fun tokenSelection(argument: suspend IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgsBuilder.() -> Unit)
Parameters
argument
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source. See Token Selection below.