allowedExternalRedirectUrls

@JvmName(name = "odqdregpidxrxgol")
suspend fun allowedExternalRedirectUrls(value: Output<List<String>>)
@JvmName(name = "glknluiyaoadjwds")
suspend fun allowedExternalRedirectUrls(value: List<String>?)

Parameters

value

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.


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


@JvmName(name = "fjfomvbdmukjdnwk")
suspend fun allowedExternalRedirectUrls(values: List<Output<String>>)
@JvmName(name = "vdiutslyebeupilu")
suspend fun allowedExternalRedirectUrls(vararg values: String)

Parameters

values

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.