tokenSigningPublicKeys

@JvmName(name = "fwcanyjbxoefgrog")
suspend fun tokenSigningPublicKeys(value: Output<Map<String, String>>)
@JvmName(name = "nmemosukllrrbypf")
suspend fun tokenSigningPublicKeys(value: Map<String, String>?)

Parameters

value

The public keys used to verify the digital signature returned by your custom authentication service. This value is required if signing is enabled in your authorizer.


@JvmName(name = "siyohciokjycidxm")
fun tokenSigningPublicKeys(vararg values: Pair<String, String>)

Parameters

values

The public keys used to verify the digital signature returned by your custom authentication service. This value is required if signing is enabled in your authorizer.