View source on GitHub |
Computes the logout URL and specified destination URL for the request.
google.appengine.api.users.CreateLogoutURL(
dest_url, _auth_domain=None
)
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.
|
Returns | |
---|---|
Logout URL as a string. |