logoutUrls

@JvmName(name = "vxqaswsbddamphwf")
suspend fun logoutUrls(value: Output<List<String>>)
@JvmName(name = "dnrlajcltjwglfku")
suspend fun logoutUrls(value: List<String>?)

Parameters

value

A list of allowed logout URLs for managed login authentication. When you pass logout_uri and client_id parameters to /logout , Amazon Cognito signs out your user and redirects them to the logout URL. This parameter describes the URLs that you want to be the permitted targets of logout_uri . A typical use of these URLs is when a user selects "Sign out" and you redirect them to your public homepage. For more information, see Logout endpoint .


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


@JvmName(name = "tbyninqdnpxmashf")
suspend fun logoutUrls(values: List<Output<String>>)
@JvmName(name = "xlrybwdwgopebket")
suspend fun logoutUrls(vararg values: String)

Parameters

values

A list of allowed logout URLs for managed login authentication. When you pass logout_uri and client_id parameters to /logout , Amazon Cognito signs out your user and redirects them to the logout URL. This parameter describes the URLs that you want to be the permitted targets of logout_uri . A typical use of these URLs is when a user selects "Sign out" and you redirect them to your public homepage. For more information, see Logout endpoint .