redirectUris

@JvmName(name = "lvlnaonxynsxwurj")
suspend fun redirectUris(value: Output<List<String>>)
@JvmName(name = "teftsddmaalfpyrw")
suspend fun redirectUris(value: List<String>?)

Parameters

value

Redirection URI values used by the client. One of these values must exactly match the redirect_uri parameter value used in each authentication request.


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


@JvmName(name = "qlmdvykpytywpigi")
suspend fun redirectUris(values: List<Output<String>>)
@JvmName(name = "kknpldxqwlhbwell")
suspend fun redirectUris(vararg values: String)

Parameters

values

Redirection URI values used by the client. One of these values must exactly match the redirect_uri parameter value used in each authentication request.