validRedirectUris

@JvmName(name = "rwmwnkmkuokkwkmk")
suspend fun validRedirectUris(value: Output<List<String>>)
@JvmName(name = "ljuhuglovquwumys")
suspend fun validRedirectUris(value: List<String>?)

Parameters

value

A list of valid URIs a browser is permitted to redirect to after a successful login or logout. Simple wildcards in the form of an asterisk can be used here. This attribute must be set if either standard_flow_enabled or implicit_flow_enabled is set to true.


@JvmName(name = "vcemdkwahoykysih")
suspend fun validRedirectUris(vararg values: Output<String>)


@JvmName(name = "qdiggeadihrxshlj")
suspend fun validRedirectUris(values: List<Output<String>>)
@JvmName(name = "uwaoxourfgbfbipu")
suspend fun validRedirectUris(vararg values: String)

Parameters

values

A list of valid URIs a browser is permitted to redirect to after a successful login or logout. Simple wildcards in the form of an asterisk can be used here. This attribute must be set if either standard_flow_enabled or implicit_flow_enabled is set to true.