allowedRedirectUris

@JvmName(name = "ekphufnyafrciwvl")
suspend fun allowedRedirectUris(value: Output<List<String>>)
@JvmName(name = "smhueihopgquglcu")
suspend fun allowedRedirectUris(value: List<String>?)

Parameters

value

Required. The list of redirect uris that is allowed to redirect back when authorization process is completed.


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


@JvmName(name = "lrdiekkadbcnheny")
suspend fun allowedRedirectUris(values: List<Output<String>>)
@JvmName(name = "ckcucmshbfbremjh")
suspend fun allowedRedirectUris(vararg values: String)

Parameters

values

Required. The list of redirect uris that is allowed to redirect back when authorization process is completed.