tokenSigningPublicKeys

@JvmName(name = "bfbqlpbecpguysmm")
suspend fun tokenSigningPublicKeys(value: Output<Map<String, String>>)
@JvmName(name = "ckfwvdnmfbuiagkh")
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 = "bdvnjpcwjyrsoioq")
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.