allowedRedirectUris

@JvmName(name = "pajtniujyurvuacp")
suspend fun allowedRedirectUris(value: Output<List<String>>)
@JvmName(name = "mpjajixjellqckqb")
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 = "bqllwqhbnlcnqyqs")
suspend fun allowedRedirectUris(vararg values: Output<String>)


@JvmName(name = "idelftgsxjhlyeyd")
suspend fun allowedRedirectUris(values: List<Output<String>>)
@JvmName(name = "qeqftyqvkcihoowe")
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.