allowedExternalRedirectUrls

@JvmName(name = "kitveqjapxbjvdvf")
suspend fun allowedExternalRedirectUrls(value: Output<List<String>>)
@JvmName(name = "abwgidmotfmlneew")
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. This is an advanced setting typically only needed by Windows Store application backends.

Note: URLs within the current domain are always implicitly allowed.


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


@JvmName(name = "ylvrtxjosojrkfjq")
suspend fun allowedExternalRedirectUrls(values: List<Output<String>>)
@JvmName(name = "ywtgfbcrcbppubnh")
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. This is an advanced setting typically only needed by Windows Store application backends.

Note: URLs within the current domain are always implicitly allowed.