methodApp.Logoutfunc (application *App) Logout( ctx context.Context, token string, ) errorDelete the presented session.Source core/auth.go:486@param ctxThe ctx value.@param tokenThe token value.@returnsThe declared result.Related typesAppA resolved application bound to operation services.