unauthenticatedAction

@JvmName(name = "rswuhlebqhjogdeu")
suspend fun unauthenticatedAction(value: Output<String>)
@JvmName(name = "qqbnlrprrysbyjdc")
suspend fun unauthenticatedAction(value: String?)

Parameters

value

The action to take for requests made without authentication. Possible values include RedirectToLoginPage, AllowAnonymous, Return401, and Return403. Defaults to RedirectToLoginPage.