tokenSigningPublicKeys

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

Parameters

value

The public keys used to validate the token signature returned by your custom authentication service.


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

Parameters

values

The public keys used to validate the token signature returned by your custom authentication service.