This function works for Google Accounts applications.
Args
dest_url
String that is the desired final destination URL for the user
after the user has logged out. If dest_url does not specify a host,
the host from the current request is used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function computes a logout URL for Google Accounts applications."],["The function `google.appengine.api.users.CreateLogoutURL` is also accessible via the alias `google.appengine.api.users.create_logout_url`."],["It requires a `dest_url` parameter, which determines the URL the user will be redirected to after logging out."],["If no host is specified in `dest_url`, the current request's host is used."],["The function returns the generated logout URL as a string."]]],[]]